0.1.2 • Published 3 years ago
@lehoczky/angular-schematics v0.1.2
Opinionated schematics for new Angular projects
What it does
- adds
vscode
workspace settings and extension recommendations - installs and configures
stylelint
,ESLint
(with plugins) andprettier
- runs prettier on your source files
Install
ng add @lehoczky/angular-schematics
Development
To test the schematic, create a new Angular CLI project:
ng new angular-test --minimal
and add the schematic to this newly created project:
ng add <relative_path_to_this_repository>