0.5.4-0 • Published 5 years ago

node-cljfmt v0.5.4-0

Weekly downloads
7,722
License
EPL
Repository
github
Last release
5 years ago

node-cljfmt

A small cli utility that runs https://github.com/weavejester/cljfmt on a file.

Installation

npm install -g node-cljfmt

Usage

cljfmt <filename>
cljfmt --edn=<options.edn> <filename>
cat <filename> | cljfmt --edn=<options.edn>

options.edn is an optional file containing a map of cljfmt options as laid out here: https://github.com/weavejester/cljfmt#configuration

Developing

You can build the exectuable bin/cljfmt with the following:

# lein cljsbuild once release
# chmod +x bin/cljfmt
0.5.4-0

5 years ago

0.5.3-1

8 years ago

0.5.3

8 years ago

0.4.1-1

8 years ago

0.4.1

8 years ago

0.4.0

8 years ago