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: 3 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-11-21T14:02:49.000Z (over 2 years ago)
- Last Synced: 2025-12-31T00:29:55.432Z (5 months ago)
- Topics: cli, prettier, prettier-config, prettierrc, prettify, rcfiles
- Language: JavaScript
- Homepage:
- Size: 406 KB
- Stars: 36
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
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)