0.0.4 • Published 8 years ago

jfmt v0.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

jfmt

NPM version Dependency Status devDependency Status

Batch cli to beautify js, html, and css files

Install

$ npm install -g jfmt

Usage

$ jfmt -h

  Usage: jfmt [options]

  Options:

    -h, --help                  output usage information
    -V, --version               output the version number
    -p, --path [path]           input search directory default .
    -r, --recursive             recursive
    -f, --format [filter]       file format default js|css|html|json
    -e, --excludeFile [filter]  file exclude filter
    -I, --includeDir [filter]   directory include filter
    -E, --excludeDir [filter]   directory exclude filter

License

Licensed under The MIT License (MIT)
For the full copyright and license information, please view the LICENSE file.