standard-emakina-format
v3.0.1
Published
attempts to reformat javascript to comply with feross/standard style but modified for emakina
Downloads
4
Readme
standard-emakina-format
This is a fork of standard-format same concept but for emakina.
Installation
Install with npm
$ npm install standard-emakina-format
Example Usage
Output all formatted javascript in a directory and subdirectories to stdout
$ standard-emakina-format
Format all javascript files, overwriting them into standard format
$ standard-emakina-format -w
Format javascript over stdin
$ standard-emakina-format < file.js > formatted-file.js
Format and overwrite specific files
$ standard-emakina-format -w file1.js file2.js