A Boot/Leiningen template for Compassus, a routing library for Om Next.
Oriens is a Boot / Leiningen template that provides the following features:
- A starter Compassus project with HTML5 history routing (via Bidi and Pushy)
- Minimal Less setup
- Boot as the generated project's build tool
- Boot tasks for
- an interactive programming, hot code loading development workflow
- a minimal ClojureScript testing setup with automatic test runs when source files change
- compiling the Clojurescript project for production use
To generate a project based on the Oriens template, run the following Boot command:
$ boot -d seancorfield/boot-new new -t oriens -n your-app
To generate a project based on the Oriens template, run the following Lein command:
$ lein new oriens your-app
Copyright © 2016 António Nuno Monteiro
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.