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

https://github.com/emiliodeg/prettierrc

Prettier RC file generator app
https://github.com/emiliodeg/prettierrc

angular file-generator prettierrc typescript

Last synced: 29 days ago
JSON representation

Prettier RC file generator app

Awesome Lists containing this project

README

          

# Prettierrc file generator

This project was inspired over the idea of getting an easy way to generate and download the `.prettierrc` file to be
imported and used in your projects.

## Schema and options

All the options are from https://json.schemastore.org/prettierrc

## Develop

1. Clone this repository
2. Run `npm i && npm start`
3. Open your browser and navigate to [http://localhost:4200](http://localhost:4200)

### Enjoy the well formatted code 😊