Minimal steps to publish a ClojureScript libaray, based on deps-library .
Prepare an account for https://clojars.org/ before you start. And your code in src/
. Then:
- Check
deps.edn
for paths and dependencies. - Update
release.edn
for package informations. - Run command to deploy:
CLOJARS_USERNAME=TODO CLOJARS_PASSWORD=TOOD clj -A:release
Or install locally:
clj -A:release install
Send feedbacks to GitHub if you got trouble.
MIT