JSPM

  • Created
  • Published
  • Downloads 1705647
  • Score
    100M100P100Q258750F
  • License MIT

Get Pretty Quick

Package Exports

  • pretty-quick
  • pretty-quick/bin/pretty-quick
  • pretty-quick/bin/pretty-quick.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (pretty-quick) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

pretty-quick

Travis Prettier npm semantic-release License

Get Pretty Quick

Runs Prettier on your changed files.

Supported source control managers:

  • Git
  • Add more

Install

With yarn:

yarn add --dev prettier pretty-quick

With npm:

npm install --save-dev prettier pretty-quick

Usage

With yarn:

yarn pretty-quick

With npm:

  1. Add "pretty-quick": "pretty-quick" to the scripts section of package.json.
  2. npm run pretty-quick