Liking cljdoc? Tell your friends :D

cljs-tools

Build Status Dependencies Status Clojars Project Tag JDK version Clojure version

Useful functions for cljs-based projects

Contents

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.

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close