Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@ppwcode/angular-schematics

Package Overview
Dependencies
Maintainers
3
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

Source
npmnpm
Version
1.1.1
Version published
Weekly downloads
7
16.67%
Maintainers
3
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 test --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.

Keywords

schematics

FAQs

Package last updated on 14 Sep 2020

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