Clone the repository and change into directory
$ git clone https://github.com/mershon-enterprises/mershon-app.git
$ cd mershon-app/
In the root directory of the mershon-app
project, run lein-install
$ lein install
Edit your profiles.clj
file
vim $HOME/.lein/profiles.clj
Add mershon-app/lein-template "0.0.2"
as a dependency in your lein/profiles.clj
Example
{:user {:plugins [[cider/cider-nrepl "0.14.0"]
[mershon-app/lein-template "0.0.4"]]}}
Restart your terminal session and run lein new mershon-app {{project-name}}