vsc-angular-cli
a wrapper for angular-cli commands
So you can run angular-cli commands directly from the VSCode command panel.
Install
you need to have angular-cli installed!
In Visual Studio Code
- run ext install vsc-angular-cli - or, simply hit CMD/CTRL + Shift + P
- search for "Install Extension"
- search for "angular-cli".
run
- simply hit CMD/CTRL + Shift + P
- type a Supportedcommand
Supported commands (by now):
- ng new
- ng doc
- ng lint
- ng serve
- ng versio
- ng format
- ng e2e
- ng completion
- ng generate
- ng test
- ng help
backlog.
- ng get
- ng set
- ng github-pages:deploy
Enjoy!
| |