zprint-lib

1.0.0 • Public • Published

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

/zprint-lib/

    Package Sidebar

    Install

    npm i zprint-lib

    Weekly Downloads

    2

    Version

    1.0.0

    License

    ISC

    Unpacked Size

    1.34 MB

    Total Files

    3

    Last publish

    Collaborators

    • jayzawrotny