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
- Host: GitHub
- URL: https://github.com/agilecreativity/limo-driver
- Owner: agilecreativity
- License: epl-1.0
- Created: 2017-08-02T00:37:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-02T01:06:15.000Z (over 8 years ago)
- Last Synced: 2025-03-30T05:01:57.679Z (12 months ago)
- Topics: clojure-library, lein-template, leiningen, selenium-tests
- Language: Clojure
- Homepage: https://github.com/agilecreativity/limo-driver
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# limo-driver
[](https://clojars.org/limo-driver/lein-template)
[](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