rfmt
v0.1.3
Published
Recursively format js files.
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 rfmtUsage
- Change into a target directory.
- Run
fmtfrom the command line.
