useful REPL (clj + cljs) functions
This functions are not in goldly (which provides cljs kernel) or nrepl-middleware (which provides clj kernel). This functions are not many, but if they are included in the kernels, it is more difficult to test and fine tune the functions.
The demo is just for developers to see that all the functions in this module work as intended.
clj -X:goldly
To compile js and run:
clj -X:goldly:build :profile "npm-install"
clj -X:goldly:build :profile "compile2"
clj -X:goldly
clj -M:test-addlib
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close