https://github.com/hellonico/iccube
https://github.com/hellonico/iccube
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/hellonico/iccube
- Owner: hellonico
- License: epl-1.0
- Created: 2024-07-15T13:13:03.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-15T13:13:17.000Z (almost 2 years ago)
- Last Synced: 2025-03-19T10:12:09.144Z (about 1 year ago)
- Language: Clojure
- Size: 7.81 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
# hellonico/iccube
FIXME: my new library.
## Usage
FIXME: write usage documentation!
Invoke a library API function from the command-line:
$ clojure -X hellonico.iccube/foo :a 1 :b '"two"'
{:a 1, :b "two"} "Hello, World!"
Run the project's tests (they'll fail until you edit them):
$ clojure -T:build test
Run the project's CI pipeline and build a JAR (this will fail until you edit the tests to pass):
$ clojure -T:build ci
This will produce an updated `pom.xml` file with synchronized dependencies inside the `META-INF`
directory inside `target/classes` and the JAR in `target`. You can update the version (and SCM tag)
information in generated `pom.xml` by updating `build.clj`.
Install it locally (requires the `ci` task be run first):
$ clojure -T:build install
Deploy it to Clojars -- needs `CLOJARS_USERNAME` and `CLOJARS_PASSWORD` environment
variables (requires the `ci` task be run first):
$ clojure -T:build deploy
Your library will be deployed to net.clojars.hellonico/iccube on clojars.org by default.
## License
Copyright © 2024 Niko
_EPLv1.0 is just the default for projects generated by `deps-new`: you are not_
_required to open source this project, nor are you required to use EPLv1.0!_
_Feel free to remove or change the `LICENSE` file and remove or update this_
_section of the `README.md` file!_
Distributed under the Eclipse Public License version 1.0.