Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/norandiaconu/ng-shortcutter
- Owner: norandiaconu
- Created: 2023-08-07T21:19:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-09T02:31:30.000Z (about 1 month ago)
- Last Synced: 2025-01-09T03:36:23.111Z (about 1 month ago)
- Language: JavaScript
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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