0.0.7 • Published 3 years ago

nfmt v0.0.7

Weekly downloads
40
License
Apache-2.0
Repository
-
Last release
3 years ago

nfmt

Opinionated javascript formatter inspired by golang fmt. Because it just looks cooler this way.

install

yarn global add nfmt

usage

In any directory containing .js files run nfmt [path] in the command line and all the files will be formatted. path is optional.

> nfmt ./src/

api

import next from 'nfmt'
...
// next :: String -> String
next(source) // => FormatedCode
0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago