This repo is for only learn how works the "scripts" key in a package.json
You only need node the lastest version, then download this repo and run into the cloned folder:
~ npm install
~ npm run hello-scripts
~ npm run hint
~ npm run complexity
This repo only works por unix/linux, osx systems, for Windows users its still a problem with some features, check out this issues:
~ docker build -t buildtool .
~ docker run -rm -i -v $PWD:/src/ -t buildtool npm run [my taskname]
For windows user it works but here a little example how works in console:
~ docker run -rm -i -v /$(pwd):/src/ -t buildtool npm run [my taskname]