3.0.1 • Published 7 years ago

standard-emakina-format v3.0.1

Weekly downloads
2
License
BSD-2-Clause
Repository
github
Last release
7 years ago

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