esformatter
Version:
ECMAScript code beautifier/formatter
15 lines (13 loc) • 717 B
Plain Text
Usage: esformatter [options] [files...]
Options:
-v, --version Display the current version.
-h, --help Display help and usage details.
-c, --config Path to custom configuration file.
-p, --preset Set style guide preset ("jquery", "default").
--plugins Comma separated list of plugins.
-i Edit input files in place; use with care!
--diff Check code style and output char diff.
--diff-unified Check code style and output unified diff.
--no-color Remove colors from diff (default if terminal doesn't
support colors).
--color Force colored diffs even if terminal doesn't support it.