Useful functions for cljs-based projects
Usage ↟
$ make rhino-repl
clojusc.cljs-tools.dev.rhino=> (require '[clojusc.cljs-tools.core :as tools])
Then call a supported function:
clojusc.cljs-tools.dev.rhino=> (tools/now-iso)
"2016-11-15T00:34:22.612Z"
Note that some functions will only work in Node.js-based REPLs (e.g., anything accessing the enviroinment).
License ↟
Copyright © 2016-2018, Clojure-Aided Enrichment Center
Copyright © 2016, Element 84, Inc.
Apache License, Version 2.0.