Skip to content

leapon/boot-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

boot-starter

A starter project for clojure using Boot

Usage

$ boot test
Testing bootstart.core
Testing bootstart.core-test
Ran 1 tests containing 1 assertions.
0 failures, 0 errors.

$ boot run
Hello, bootstart

$ boot build
Compiling 1/1 bootstart.core...
Writing pom.xml and pom.properties...
Adding uberjar entries...
Writing bootstart-0.1.0-SNAPSHOT-standalone.jar...
Writing target dir(s)...

$ java -jar target/bootstart-0.1.0-SNAPSHOT-standalone.jar 
Hello, bootstart

Reference

https://github.com/seancorfield/boot-new

About

A starter project for using clojure boot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published