A Leiningen template to create Bract applications. The generated application is minimal but can be easily extended either with Bract modules or with inducers.
Latest version (on Clojars): 0.1.1
- Development workflow
- Tweaking verbosity and configuration at the REPL
- Easy customizable integration with clojure.test (any test framework)
- REPL support for starting/stopping app
- bract.core
- Keypin for configuration files
- bract.dev in DEV mode only
- org.clojure/tools.namespace for "reloaded" REPL workflow
lein new bract <project-name>
cd <project-name>
# see README.md
Copyright © 2020-2021 Shantanu Kumar
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.