3.0.1 • Published 6 years ago

a_codestyle v3.0.1

Weekly downloads
9
License
MIT
Repository
github
Last release
6 years ago

a_codestyle

Build Status codecov Greenkeeper badge

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.