Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lamp/simple-yada-template-boot-template
Simple Boot Template for starting out with https://github.com/juxt/yada
https://github.com/lamp/simple-yada-template-boot-template
Last synced: about 1 month ago
JSON representation
Simple Boot Template for starting out with https://github.com/juxt/yada
- Host: GitHub
- URL: https://github.com/lamp/simple-yada-template-boot-template
- Owner: lamp
- License: epl-1.0
- Created: 2017-11-09T02:28:58.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-09T21:09:40.000Z (over 6 years ago)
- Last Synced: 2024-11-15T01:41:07.105Z (about 2 months ago)
- Language: Clojure
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# simple-yada-template
A Boot Template template for [Yada](https://github.com/juxt/yada).
The idea is to provide just enough to get startred with a minimal web app, avoiding adding too many
libraries that are often deleted in these generators.## Usage
```sh
boot -d boot/new new -t simple-yada-template -n myapp
```This will generate you an app at `pwd/myapp` and inside `pwd/myapp` you will find:
- src/myapp/core.clj
- build.boot
- .gitignore
- config.edn## Generated Tasks
- `boot run` Run a development server (You will also find an nrepl server running on port 5600)
## TODO:
- [ ] Add boot repl task
- [ ] Add cider middleware injections
- [ ] Get repl port from task-options not webserver config (no idea why I thought that was a good idea)
- [ ] Add compilation tasks
- [ ] Add test task
- [ ] Add test config to generated app## License
Copyright © 2017 @lamp
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.