ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Angular CLI

by 4ern ALL Missing

Angular CLI for Sublime Text3

Labels angular, cli, angular2

Details

  • 1.1.0
  • 4ern.​de
  • github.​com
  • 6 years ago
  • 4 years ago
  • 9 years ago

Installs

  • Total 73K
  • Win 49K
  • Mac 12K
  • Linux 13K
Aug 17 Aug 16 Aug 15 Aug 14 Aug 13 Aug 12 Aug 11 Aug 10 Aug 9 Aug 8 Aug 7 Aug 6 Aug 5 Aug 4 Aug 3 Aug 2 Aug 1 Jul 31 Jul 30 Jul 29 Jul 28 Jul 27 Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Angular CLI commands for Sublime Text

This plugin allows you to run the Angular CLI commands using the Sublime Text interface.


Installation

You can install this plugin through the Package Control.

  1. Press cmd/ctrl + shift + p to open the command palette. Type
  2. “install package” and press enter. Then search for “Angular CLI”

Manual installation

Download or clone the latest release from GitHub into your Sublime Text Packages folder.

Usage

Press Cmd + Shift + P for the dropdown command list, type Angular CLI and pick one of the available commands.

Available commands

help

  • Angular CLI: help
  • Angular CLI: doc

serve

  • Angular CLI: serve --with options

kill serve

  • Angular CLI: kill serve

Note: this is not part of @angular/cli and was added to satisfy a feature request. On Windows (tested), it will attempt to kill the listening server by assuming it is running on port 4200. On Linux (tested) and Mac (untested) it attempts to use the “killall” command.

generate

  • Angular CLI: generate component --with options
  • Angular CLI: generate directive --with options
  • Angular CLI: generate service --with options
  • Angular CLI: generate pipe --with options
  • Angular CLI: generate class --with options
  • Angular CLI: generate interface --with options
  • Angular CLI: generate enum --with options
  • Angular CLI: generate module --with options
  • Angular CLI: generate route --with options (disabled)

tests

  • Angular CLI: e2e
  • Angular CLI: test --with options

configuration

  • Angular CLI: get
  • Angular CLI: set

init Angular on current Project

  • Angular CLI: init --with options

lint Code

  • Angular CLI: lint

cli version

  • Angular CLI: version --verbose

build

  • Angular CLI: build --with options

Creator

4ern.de

License

MIT