git-find
clojure 101 - find stuff on github
Usage
Run the project directly:
$ boot run -a "test-project"
Run the project's tests (they'll fail until you edit them):
$ boot test
Build an uberjar from the project:
$ boot build
Run the uberjar:
$ java -jar target/git-find-0.1.0-SNAPSHOT-standalone.jar [args]
Run the script:
$ ./run.sh [args]
ToDo
- Create shortcut script
On this page
Contributors
Created March 23, 2019
Updated April 13, 2019