An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# prettier-init

[![Greenkeeper badge](https://badges.greenkeeper.io/gabrielperales/prettier-init.svg)](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)