This package has been deprecated

Author message:

use yang-schematics with @angular/cli directly

yang-cli

5.1.2 • Public • Published

License: MIT npm Build Status

Yang Cli

Yet Another Angular Generator

Installation

(You have pre-installed node.js, right ?)

Install Yang-Cli using yarn yarn global add yang-cli or using npm npm install -g yang-cli.

Usage

Yang-Cli is just a wrapper around @angular/cli and yang-schematics.
It's main purpose is to avoid commands like ng g yang-schematics:xxx and write those as yang xxx

Every cli parameters are passed 'as-is' to @angular/cli.

The first parameter is the Yang schematic short-name (ex: 'component' for 'yang-schematic:component'). If this name contains a slash ('/'), the cli assume you want to call a yang-schematic extension. For example the command yang @corp/stuff is a shortcut for ng g @corp/yang-schematic:stuff.

Available schematics

Just read the yang-schematics docs ;-)

Special Commands

New

yang new my-awesome-project Scaffold a brand new application.

This will create a new folder my-awesome-project containing a fresh Angular application. Just go inside this folder, install dependencies and run the project :

cd my-awesome-project
yarn
yarn start

Browse to http://localhost:4200.
That's all !


Help

yang help Print all available schematics.


License

MIT © Michel Selerin

Versions

Current Tags

Version History

Package Sidebar

Install

npm i yang-cli

Weekly Downloads

0

Version

5.1.2

License

MIT

Unpacked Size

37.1 kB

Total Files

26

Last publish

Collaborators

  • mselerin