Skip to content

A simple template to manage a project using clojure deps and cli.

Notifications You must be signed in to change notification settings

kirang89/cljboot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cljboot

A simple template to manage a project using clojure deps and cli.

Usage

Run make help to see the available commands.

$ make help
usage: make [target]

dev:
  run                            run your application
  test                           run tests
  clean                          clean project
  uberjar                        package your app as a jar
  run-uberjar                    package your app and run it
  nrepl                          run an nrepl server

miscellaneous:
  help                           Show this help.

About

A simple template to manage a project using clojure deps and cli.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published