5.1.2 • Published 6 years ago

yang-cli v5.1.2

Weekly downloads
45
License
MIT
Repository
github
Last release
6 years ago

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

5.1.2

6 years ago

5.1.1

6 years ago

5.0.0

6 years ago

4.0.0

6 years ago

3.1.0

6 years ago

3.0.2

6 years ago

3.0.1

6 years ago

3.0.0

6 years ago

3.0.0-alpha.5

6 years ago

3.0.0-alpha.3

6 years ago

3.0.0-alpha.2

6 years ago

3.0.0-alpha.1

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

2.0.0-alpha.1

6 years ago

1.3.0

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago

0.12.0

6 years ago

0.11.3

6 years ago

0.11.2

6 years ago

0.11.1

6 years ago

0.11.0

6 years ago

0.10.0

6 years ago

0.9.5

6 years ago

0.9.4

6 years ago

0.9.3

6 years ago

0.9.1

7 years ago

0.9.0

7 years ago

0.8.1

7 years ago

0.8.0

7 years ago

0.7.2

7 years ago

0.7.1

7 years ago

0.7.0

7 years ago

0.6.0

7 years ago

0.5.0

7 years ago

0.4.0

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago