An open API service indexing awesome lists of open source software.

https://github.com/agilecreativity/limo-driver

limo-driver by agilecreativity
https://github.com/agilecreativity/limo-driver

clojure-library lein-template leiningen selenium-tests

Last synced: 11 months ago
JSON representation

limo-driver by agilecreativity

Awesome Lists containing this project

README

          

# limo-driver

[![Clojars Project](https://img.shields.io/clojars/v/limo-driver/lein-template.svg)](https://clojars.org/limo-driver/lein-template)
[![Dependencies Status](https://jarkeeper.com/agilecreativity/limo-driver/status.svg)](https://jarkeeper.com/agilecreativity/limo-driver)

A Leiningen template for creating a simple [Limo][] project.

Many of the generation codes are from the excellent [Chestnut][] template.

## Usage

For more information about how the Limo api works, please see [Limo][] page.

```sh
# Create simple Limo project using the template
lein new limodriver

# To include the sample codes that loads config from property files
lein new limo-driver +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
```

## License

Copyright © 2017 Burin Choomnuan

Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.

[Limo]: https://github.com/Mayvenn/limo
[Chestnut]: https://github.com/plexus/chestnut