An open API service indexing awesome lists of open source software.

https://github.com/bobbicodes/dijkstra


https://github.com/bobbicodes/dijkstra

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# dijkstra

FIXME: my new library.

## Usage

FIXME: write usage documentation!

Invoke a library API function from the command-line:

$ clojure -X porkostomus.dijkstra/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 -M:jar

Install it locally:

$ clojure -M:install

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

$ clojure -M:deploy

## License

Copyright © 2020 Admin

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