https://github.com/gabrielperales/prettier-init
CLI for creating .prettierrc files
https://github.com/gabrielperales/prettier-init
cli prettier prettier-config prettierrc prettify rcfiles
Last synced: 4 months ago
JSON representation
CLI for creating .prettierrc files
- Host: GitHub
- URL: https://github.com/gabrielperales/prettier-init
- Owner: gabrielperales
- Created: 2018-04-21T23:36:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-21T14:02:49.000Z (almost 2 years ago)
- Last Synced: 2025-06-07T22:42:32.703Z (4 months ago)
- Topics: cli, prettier, prettier-config, prettierrc, prettify, rcfiles
- Language: JavaScript
- Homepage:
- Size: 406 KB
- Stars: 37
- Watchers: 2
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# prettier-init
[](https://greenkeeper.io/)
just a CLI for creating a `.prettierrc` file.
## Install
```
npm install -g prettier-init
```## Usage
```
$ prettier-init
? How do you want to create your .prettierrc file? (Use arrow keys)
❯ Answering questions about the style
With the default config
```## License
MIT © [Gabriel Perales](https://github.com/gabrielperales)