1.0.3 • Published 8 years ago
nikamma-shorthand v1.0.3
Shorthand
Shorthand is just a mapping of keys for npm & git to make life easier.
NPM & GIT
| GIT Command | Shortcuts | NPM Commands | Shortcuts |
|---|---|---|---|
| git | g | npm | n |
| git init | gi | npm access | nac |
| git clone | gc | npm adduser | nau |
| git add | ga | npm bugs | nbu |
| git mv | gmv | npm cache clean | ncc |
| git reset | gres | npm config | nc |
| git rm | grm | npm help | nh |
| git bisect | gbi | npm help-search | nhc |
| git grep | ggrep | npm install | ni |
| git log | gl | npm list | nl |
| git show | gsh | npm prune | npr |
| git status | gs | npm publish | npb |
| git branch | gb | npm uninstall | nu |
| git checkout | gco | npm config list | ncl |
| git commit | gcom | npm install --save | nis |
| git diff | gd | npm install --save-dev | nisd |
| git merge | gm | npm update | nup |
| git rebase | gre | nupm unpublish | nupb |
| git tag | gt | npm -v | nv |
| git fetch | gf | ||
| git pull | gp | ||
| git push | gph |