Skip to content

abcdw/clj-deps-make

Repository files navigation

clj-deps-make

Example usage of GNU Make with shadow-cljs, clojure cli and deps.edn

Supported features

Run make with some target.

TargetDescription
server/uberjarBuild uberjar and save it to target/
server/testRun all project tests
server/nreplRun nrepl with cider middlewares and spyscope
ui/watchRun shadow-cljs watch
cleanClean up all build artifacts

Prerequisite

clojure, npm and make

shell.nix contains all necessary packages.

TBD

Some other nifty things can appear in this repo later:

  • [ ] cljs build example
  • [ ] shadow-cljs example
  • [ ] clojars deployment