https://github.com/mastertheblaster/npm-please
NPM please
https://github.com/mastertheblaster/npm-please
do it just npm please
Last synced: about 2 months ago
JSON representation
NPM please
- Host: GitHub
- URL: https://github.com/mastertheblaster/npm-please
- Owner: mastertheblaster
- Created: 2018-01-02T19:15:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-17T18:58:58.000Z (over 8 years ago)
- Last Synced: 2025-01-26T14:31:45.731Z (over 1 year ago)
- Topics: do, it, just, npm, please
- Language: Shell
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NPM please
Helper shell commands for node:
```bash
$ please-install # reinstalls node_modules from scratch
$ please-ports # shows all the ports used by node processes
$ please-why axios # tells which dependency is requiring a given package
$ please-restart # just restart the server
```
> If it was hard to write it should be hard to read