0.1.2 • Published 2 years ago

@lehoczky/angular-schematics v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Opinionated schematics for new Angular projects

NPM version lint status publish status

What it does

  1. adds vscode workspace settings and extension recommendations
  2. installs and configures stylelint, ESLint (with plugins) and prettier
  3. 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>