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

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

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