pprettier
v1.1.6
Published
Add a default .prettierrc to the current project
Maintainers
Readme
pprettier
Quickly add your favorite .prettierrc to a project.
Features
Find next package.json 3 levels up in the project (in case you run the program in a subfolder of your project)
Use content of a global config (
.pprettierrc) in$HOME.Create
$HOME/.pprettierrcwith default settings
Usage
$ npx pprettier <options>Help with this project
- Fork this repository
npm installit- Make a pull request
Deploy a new version
$ # do changes
$ npm test
$ git add <changed files>
$ git commit # this runs "commitizen"
$ npm run release # Tests + automatic version bump
$ npm run deploy # Publish to npm