Liking cljdoc? Tell your friends :D

bluegenes-tool-store.package


install-packageclj

(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.
sourceraw docstring

uninstall-packageclj

(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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close