Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.