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
  • 5 years ago
  • 3 years ago
  • 8 years ago

Installs

  • Total 73K
  • Win 49K
  • Mac 12K
  • Linux 13K
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 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13
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