0.1.2 • Published 9 years ago

ripple-format v0.1.2

Weekly downloads
3
License
ISC
Repository
-
Last release
9 years ago

ripple-format

Reformat javascript to conform to the Ripple Javascript Style Guide.

Installation

npm install -g ripple-format

Usage

To output converted code to stdout:

ripple-format filename.js

To overwrite original file:

ripple-format -i filename.js