Angular CLI
Angular CLI for Sublime Text3
Details
Installs
- Total 73K
- Win 49K
- Mac 12K
- Linux 13K
Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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.
- Press cmd/ctrl + shift + p to open the command palette. Type
- “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
License
MIT