A leiningen 2.x plugin for creating pallet pallet infrastructure projects.
To create a new project using leiningen:,
lein new pallet my-project
By default, the latest recommended versions of the libraries will be used. In case you need to use different versions, you can use the following options:
with-pallet
with-pallet-jclouds
with-pallet-vmfest
<true/false> :whether to use vmfestwith-vmfest
with-jclouds
For example the following command will build the project using pallet version 0.8.0-RC.4 and pallet-vmfest 0.4.0-alpha.1:
lein new pallet my-project with-pallet 0.8.0-RC.4 with-pallet-vmfest 0.4.0-alpha.1
Copyright (C) 2012, 2013 Hugo Duncan
Distributed under the Eclipse Public License.