A Leiningen template for mount-based projects.
Clone the repo.
Inside the repo: lein jar
Then: lein install
Then, when creating a new project: lein new my-mount name-of-project
When running this project, while inside its directory:
lein repl
(user) => (dev)
... download dependencies and compile code ...
(dev) => (go)
... run mount services ...
(dev) => (reset)
(dev) => (refresh)
Copyright © 2017