zprint-lib
v1.0.0
Published
The clojure zprint library apis compiled to js to use in modules and scripts
Downloads
3
Readme
Zprint Library
Provides the zprint API as a pre-compiled js module to drop into node scripts.
Installation
npm install zprint-lib
Usage
const zprint = require('zprint-lib')
zprint.formatFileStr("(ns my-project.core\n\t)", "my-project.core")
;; => "(ns my-project.core)"
APIs
Check out https://cljdoc.org/d/zprint/zprint/1.2.4/doc/introduction for the latest APIs but at the time of developing, this package provides the following APIs:
- configureAll
- czprint
- czprintStr
- setOptions
- zprint
- zprintFileStr
- zprintStr