Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/norandiaconu/ng-shortcutter

Shortcuts to common Angular/npm commands
https://github.com/norandiaconu/ng-shortcutter

Last synced: 16 days ago
JSON representation

Shortcuts to common Angular/npm commands

Awesome Lists containing this project

README

        

# ng-shortcutter
## Installation
* npm i ng-shortcutter -g

## Example use
* n
Display all shortcuts
* n b
Run the `ng build` shortcut
* n r start / n start
Run the `start` 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