Skip to content

mastertheblaster/npm-please

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

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