https://github.com/bobbicodes/dijkstra
https://github.com/bobbicodes/dijkstra
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bobbicodes/dijkstra
- Owner: bobbicodes
- License: epl-1.0
- Created: 2020-11-29T05:06:27.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-01T05:13:16.000Z (over 5 years ago)
- Last Synced: 2025-01-31T06:44:31.091Z (over 1 year ago)
- Language: Clojure
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.