1.0.0-alpha.12 • Published 6 years ago

@yag/ngx-schematics v1.0.0-alpha.12

Weekly downloads
1
License
BSD-3-Clause
Repository
github
Last release
6 years ago

@yag/ngx-schematics

License GitHub tag npm version Build Status Coveralls github Dependencies Status Known Vulnerabilities

Copyright (c) 2018, Yassel Avila Gil.

What is this?

Custom schematics for Angular apps. Supports applications based on Nrwl/Nx and Angular CLI.

WARNING! WIP This project is under heavy development!!!

Console Screenshots

License

New BSD License. See LICENSE.txt.

Documentation

Installation

@yag/ngx-schematics is available for Node.js on npm. To install it, type:

npm install -g @angular/cli @yag/ngx-schematics

Usage

Open a command line interface on the root of your Angular project, and run:

yag-ng

Options

To enable debugging:

yag-ng --debug

To avoid confirmation requests:

yag-ng --noConfirm