2.2.3 • Published 2 years ago

wolox-angular-bootstrap v2.2.3

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

Wolox bootstrap

Create Angular-CLI project, configure Jest for Unit test and add ESLint.

How use

  • Initialize a project.

This schematic creates a new Angular workspace and runs the add-linter schematic.

schematics wolox-angular-bootstrap:initialize
  • Add linter to an existing workspace

If you have a workspace created first with a ng new and you want to add only the linter, you must have to run the next command.

Note: This schematic adds typescript and angular rules for linter

schematics wolox-angular-bootstrap:add-linter

Prerequisites

  • Install Angular schematics CLI
npm i -g @angular-devkit/schematics-cli
  • Install Angular schematics
npm i -g @schematics/angular
  • Install Wolox bootstrap
npm i -g wolox-angular-bootstrap

Considerations

You need to have the ESLint extension installed and enabled in your VSCode.

2.2.1

2 years ago

2.2.0

2 years ago

2.2.3

2 years ago

2.2.2

2 years ago

2.1.0

2 years ago

2.0.0

2 years ago

1.0.1

4 years ago

1.0.0

4 years ago