a_codestyle
v3.0.1
Published
Code formatter to keep the same code style and preferencies
Downloads
2
Readme
a_codestyle
Code formatter to keep the same code style and preferencies
Installation
npm i a_codestyle -D
Usage
In your package.json scripts
"pretty": "a_codestyle",
This will find all {.js, .json, .styl}
files in your project root directory and subdirectories (except files in node_modules) to reformat them.