/cljs-project

My ClojureScript project template

Primary LanguageClojureEclipse Public License 1.0EPL-1.0

cljs-project

My ClojureScript project template. Uses shadow-cljs build, tailwind css, and the helix React library.

Usage

Build a deployable jar of this template:

$ clojure -A:jar

Install it locally:

$ clojure -A:install

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

$ clojure -A:deploy

License

Copyright © 2020 Edwin Park

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