GitHunt
AK

akwanashie/git-find

clojure 101 - find stuff on github

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

Contributors

Created March 23, 2019
Updated April 13, 2019
akwanashie/git-find | GitHunt