Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 356 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 356 Bytes

NPM please

Helper shell commands for node:

$ 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