1.0.0 • Published 2 years ago

zprint-lib v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

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