FIXME: my new library.
FIXME: write usage documentation!
Run the project's tests (they'll fail until you edit them):
$ clojure -A:test:runner -M:runner
Build a deployable jar of this library:
$ clojure -A:jar -M:jar
Install it locally:
$ clojure -A:install -M:install
Deploy it to Clojars – needs `CLOJARSUSERNAME` and `CLOJARSPASSWORD` environment variables:
$ clojure -A:deploy -M:deploy
Copyright © 2020 Tim Cross
Distributed under the GNU Public License version 3