@lehoczky/angular-schematics
v0.1.2
Published
Opinionated schematics for setting up Angular workspaces
Readme
Opinionated schematics for new Angular projects
What it does
- adds
vscodeworkspace settings and extension recommendations - installs and configures
stylelint,ESLint(with plugins) andprettier - runs prettier on your source files
Install
ng add @lehoczky/angular-schematicsDevelopment
To test the schematic, create a new Angular CLI project:
ng new angular-test --minimaland add the schematic to this newly created project:
ng add <relative_path_to_this_repository>