🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

wolox-angular-bootstrap

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wolox-angular-bootstrap

Wolox bootstrap

latest
npmnpm
Version
2.2.3
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

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

  • Angular CLI ^14.0.0
  npm install -g @angular/cli
  • 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.

Keywords

schematics

FAQs

Package last updated on 20 Sep 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts