Skip to content

Leiningen template for Mershon Enterprises Clojure/ClojureScript webapps

Notifications You must be signed in to change notification settings

mershon-enterprises/mershon-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mershon-App Leiningen Template

Installation

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}}

About

Leiningen template for Mershon Enterprises Clojure/ClojureScript webapps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published