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
- Host: GitHub
- URL: https://github.com/emiliodeg/prettierrc
- Owner: emiliodeg
- Created: 2022-02-03T16:51:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-10T21:57:22.000Z (over 4 years ago)
- Last Synced: 2025-07-25T02:22:54.615Z (11 months ago)
- Topics: angular, file-generator, prettierrc, typescript
- Language: TypeScript
- Homepage: https://emiliodeg.github.io/prettierrc/
- Size: 500 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 😊