0.1.4 • Published 7 years ago

prettier-rator v0.1.4

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

prettier-rator

CLI to generate a Prettier file config for each text editor plugin

Why?

There's no prettier configuration file (like .eslintrc) to share along your projects, text editors, and/or your team

How?

Just insert your custom parameters and it will generate a file for each text editor (plugin) and a general config file:

What?

I saw an early and big adoption and wanted to make it more easy to use

Install

$ npm install --global prettier-rator

Usage

Go to your project folder and run

  $ prettier-rator -c

Your configuration files will be generated under the configs folder

  • General Configuration (API): prettierconfig.json
  • Sublime Text: JsPrettier.sublime-settings
  • Visual Studio Code: settings.json

NPM Dependencies

  • readline-sync
  • commander
  • jsonfile
  • chalk

License

MIT

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.8

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.1

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago