Repository · Issues · API docs · Annotated source · Release Notes
A pallet crate to install and configure leiningen.
:dependencies [[com.palletops/lein-crate ":point"]]| Pallet | Crate Version | Repo | GroupId | ||
|---|---|---|---|---|---|
| 0.8.0-beta.1 | :point | clojars | com.palletops | Release Notes | Source |
To add leiningen to a server-spec or a group-spec:
(require '[pallet.crate.lein :as lein])
(server-spec :extends (lein/leiningen {}))Options are:
:dir
directory to install the lein script. Defaults to /usr/local/bin
:exec-name
name to use for the script. Defaults to lein.
:version
version of leiningen to install. Should be a tag in the leiningen
repository. Defaults to stable.
The crate provides a lein function, to execute lein with arguments.
To run the live tests on VirtualBox:
lein live-test-upTo run tests against all supported targets:
lein live-test-up --selectors allTo remove test nodes:
lein live-test-down --selectors allOn the group, or #pallet on freenode irc.
Copyright © 2013 Hugo Duncan
Distributed under the Eclipse Public License.