Socket
Socket
Sign inDemoInstall

@angular-devkit/schematics-cli

Package Overview
Dependencies
6
Maintainers
2
Versions
702
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

@angular-devkit/schematics-cli


Version published
Maintainers
2
Created

Package description

What is @angular-devkit/schematics-cli?

@angular-devkit/schematics-cli is a command-line interface tool that allows developers to create and manage schematics in Angular projects. Schematics are templates for code generation and modification, which can be used to automate repetitive tasks, enforce coding standards, and streamline project setup.

What are @angular-devkit/schematics-cli's main functionalities?

Generate a new schematic

This command generates a new blank schematic with the specified name. Schematics can be used to automate code generation and modifications in Angular projects.

schematics blank --name=my-schematic

Run a schematic

This command runs a schematic from the current directory. The schematic will perform the code generation or modification tasks defined in its implementation.

schematics .:my-schematic

Debug a schematic

This command runs a schematic in debug mode, allowing developers to see detailed logs and diagnose issues with their schematics.

schematics .:my-schematic --debug=false

Other packages similar to @angular-devkit/schematics-cli

Keywords

FAQs

Last updated on 06 Jun 2018

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc