rfmt
v0.1.3
Published
Recursively format js files.
Downloads
2
Readme
rfmt
Formats .js files using prettier. Selects all files in the working directory that do not begin with .
and end with .js
.
Install
npm install -g rfmt
Usage
- Change into a target directory.
- Run
fmt
from the command line.