a small node utility that quickly shows the script commands available in a project
- Clone this repo
- Run
npm run init
to make the cli script executable and add thescript-help
command to your path (vianpm link
). - Run
shelp
in any project that has apackage.json
file with ascripts
object.