1.0.0 • Published 7 years ago

beautify-proj v1.0.0

Weekly downloads
32
License
MIT
Repository
github
Last release
7 years ago

beautify-proj Build Status Coverage Status Dependency Status Code Climate Issue Count

Uses js-beautify to beautify an entire directory, including its subdirectories.

Usage

beautify-proj -i dir [ -o dir ] -c js-beautify-config-file [ -e reg-ex ]

See js-beautify for JSON config file options.

Examples

Beautify ./scripts in place:

beautify-proj -i scripts -o . -c beautify.json

Beautify ./scripts in place and ignore *keep-ugly*

beautify-proj -i scripts -o . -c beautify.json -e keep-ugly

Beautify ./scripts and place beautified files in /tmp/scripts:

beautify-proj -i scripts -o /tmp -c beautify.json

Test for any ugly files (non-beautified) in scripts:

beautify-proj -i scripts -c beautify.json
1.0.0

7 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago