A Leiningen template for creating a simple Limo project.
Many of the generation codes are from the excellent Chestnut template.
For more information about how the Limo api works, please see Limo page.
# Create simple Limo project using the template
lein new limodriver <your-project-name>
# To include the sample codes that loads config from property files
lein new limo-driver <your-project-name> +example
# e.g. if your project name is awesome-limo then
lein new limo-driver awesome-limo +example
cd awesome-limo
# Quickly run the sample project using
lein run
Copyright © 2017 Burin Choomnuan
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.