Angular CLI
Angular CLI for Sublime Text3
Details
Installs
- Total 73K
- Win 49K
- Mac 12K
- Linux 13K
Jan 30 | Jan 29 | Jan 28 | Jan 27 | Jan 26 | Jan 25 | Jan 24 | Jan 23 | Jan 22 | Jan 21 | Jan 20 | Jan 19 | Jan 18 | Jan 17 | Jan 16 | Jan 15 | Jan 14 | Jan 13 | Jan 12 | Jan 11 | Jan 10 | Jan 9 | Jan 8 | Jan 7 | Jan 6 | Jan 5 | Jan 4 | Jan 3 | Jan 2 | Jan 1 | Dec 31 | Dec 30 | Dec 29 | Dec 28 | Dec 27 | Dec 26 | Dec 25 | Dec 24 | Dec 23 | Dec 22 | Dec 21 | Dec 20 | Dec 19 | Dec 18 | Dec 17 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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