gyk / clojure-ci-testbed

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clojure-ci-testbed

Usage

FIXME: explanation

Run the project directly:

$ clojure -M -m gyk.clojure-ci-testbed

Run the project's tests (they'll fail until you edit them):

$ clojure -M:test:runner

Build an uberjar:

$ clojure -M:uberjar

Run that uberjar:

$ java -jar clojure-ci-testbed.jar

Options

FIXME: listing of options this app accepts.

About

License:Eclipse Public License 1.0


Languages

Language:Clojure 100.0%