/pallet-lein-new

Pallet project templates for lein newnew

Primary LanguageClojure

lein-pallet-new

A leiningen 2.x plugin for creating pallet pallet infrastructure projects.

Usage

To create a new project using leiningen:,

lein new pallet my-project

Options

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 vmfest
  • with-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 

License

Copyright (C) 2012, 2013 Hugo Duncan

Distributed under the Eclipse Public License.