Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.07 KB

README.md

File metadata and controls

40 lines (24 loc) · 1.07 KB

bract.lein-template

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

Out of the box features

  • 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 modules/Libraries used

Usage

lein new bract <project-name>
cd <project-name>
# see README.md

License

Copyright © 2020-2021 Shantanu Kumar

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.