pprettier

1.1.6 • Public • Published

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/.pprettierrc with default settings

Usage

$ npx pprettier <options>

Help with this project

  • Fork this repository
  • npm install it
  • 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

Package Sidebar

Install

npm i pprettier

Weekly Downloads

4

Version

1.1.6

License

ISC

Unpacked Size

38.3 kB

Total Files

27

Last publish

Collaborators

  • badabam