Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 636 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 636 Bytes

Minimal cljs deploy

Minimal steps to publish a ClojureScript libaray, based on deps-library .

Usages

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.

License

MIT