vsc-angular-cli

Build Status

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

  1. run ext install vsc-angular-cli - or, simply hit CMD/CTRL + Shift + P
  2. search for "Install Extension"
  3. 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!