ripple-format
v0.1.2
Published
Reformat javascript to conform to the Ripple Javascript Style Guide
Downloads
3
Maintainers
Readme
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