0.2.1 • Published 3 years ago

@ricmello/prettier v0.2.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Prettier Schematic

This schematic will add Prettier, Husky and lint-staged to your Angular project, and configure a pre-commit hook that will format your project files.

npm (scoped)

Usage 🚀

ng add @ricmello/prettier

Optionally: install globally

npm install -g @ricmello/prettier

Then in an Angular CLI project run

ng g @ricmello/prettier:add

install-prettier-schematic