(install-package tools-config target-dir package-name)
Installs a package using its package-name
into target-dir
and updates
tools-config
. Do not call this function directly; use
bluegenes-tool-store.tools/package-operation
instead.
Installs a package using its `package-name` into `target-dir` and updates `tools-config`. Do not call this function directly; use `bluegenes-tool-store.tools/package-operation` instead.
(uninstall-package tools-config target-dir package-name)
Uninstalls a package using its package-name
from target-dir
and updates
tools-config
. Do not call this function directly; use
bluegenes-tool-store.tools/package-operation
instead.
Uninstalls a package using its `package-name` from `target-dir` and updates `tools-config`. Do not call this function directly; use `bluegenes-tool-store.tools/package-operation` instead.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close