ng-shortcutter
v1.2.2
Published
Shortcuts to common Angular/npm commands
Downloads
14
Readme
ng-shortcutter
Installation
- npm i ng-shortcutter -g
Example use
- n
Display all shortcuts - n b
Run theng build
shortcut - n r start / n start
Run thestart
script
Shortcuts
General Shortcuts
- a audit
- b ng build
- c cost-of-modules
- d depcheck
- gc git cherry-pick
commit-hash
- o outdated
- r npm run
script-name
- s ng serve
- t/tc jest
optional-file-name
- v ng version
Package Shortcuts
- g global list
- gi global install
package-name
- gu global uninstall
package-name
- i install
optional-package-name
- id install
package-name
-D - un uninstall
package-name
- l link
- ul unlink
package-name
- up update
- p display scripts from package.json