https://github.com/tggreene/lein-template-simple-yada
A leiningen template for a simple yada based project
https://github.com/tggreene/lein-template-simple-yada
clojure
Last synced: 3 months ago
JSON representation
A leiningen template for a simple yada based project
- Host: GitHub
- URL: https://github.com/tggreene/lein-template-simple-yada
- Owner: tggreene
- License: epl-1.0
- Created: 2017-06-17T18:27:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-22T13:00:37.000Z (about 8 years ago)
- Last Synced: 2025-09-13T00:03:05.824Z (4 months ago)
- Topics: clojure
- Language: Clojure
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# simple-yada
A Leiningen template for getting started with [yada](https://github.com/juxt/yada).
## Usage
Create a template with `lein new simple-yada {{project}}`
Run with `lein run`
## Credit
Uses basic outline from [minimal-yada-bidi](https://github.com/kornysietsma/minimal-yada-bidi)