Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 693 Bytes

README.md

File metadata and controls

35 lines (19 loc) · 693 Bytes

algotrd

FIXME: my new library.

Usage

FIXME: write usage documentation!

Invoke a library API function from the command-line:

$ clojure -X pradesigner.algotrd/foo :a 1 :b '"two"'
{:a 1, :b "two"} "Hello, World!"

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

$ clojure -M:test:runner

Build a deployable jar of this library:

$ clojure -X:jar

Install it locally:

$ clojure -M:install

Deploy it to Clojars -- needs CLOJARS_USERNAME and CLOJARS_PASSWORD environment variables:

$ clojure -M:deploy

License

Copyright © 2021 Pradmin

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.