New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@ppwcode/angular-schematics

Package Overview
Dependencies
Maintainers
6
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ppwcode/angular-schematics

PPWCode Angular Schematics

latest
Source
npmnpm
Version
4.0.0
Version published
Weekly downloads
8
-20%
Maintainers
6
Weekly downloads
 
Created
Source

Getting Started With ppwcode schematics

This repository is a ppwcode schematic implementation that serves as a starting point to create a ppwcode compliant Angular repository.

Usage as package

To generate an Angular project with ppw compliant configurations

  • Run npm install -g @ppwcode/angular-schematics.
  • Go to your desired directory by running: cd ./to/your/desired/directory
  • Run ng new --collection=@ppwcode/angular-schematics

Dev workflow

If you want to test the development code follow the following steps:

  • Run npm run build in this project
  • Go to your desired directory by running: cd ./to/your/desired/directory
  • Run ng new --collection=<path_to_this_repo>/dist/collection.json

Unit Testing

npm run test will run the unit tests, using Jasmine as a runner and test framework.

Publishing

Publishing is performed by the GitHub workflow.

Do this by browsing to https://github.com/peopleware/angular-ppwcode-schematics/releases and click "draft a new release".

Keywords

schematics

FAQs

Package last updated on 05 Apr 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