A node script that reformats a file to proper clojure formatting
npm install node-cljfmtA small cli utility that runs https://github.com/weavejester/cljfmt on a file.
```
npm install -g node-cljfmt
``
cljfmt
cljfmt --edn=
cat
options.edn is an optional file containing a map of cljfmt options as laid out here: https://github.com/weavejester/cljfmt#configuration
You can build the exectuable bin/cljfmt with the following:
```lein cljsbuild once release
chmod +x bin/cljfmt