A collection of runjs scripts.
Also see https://hackernoon.com/simple-build-tools-npm-scripts-vs-makefile-vs-runjs-31e578278162
In a project:
- Install
npm install --save-dev runjs @jasonmorganson/run-scripts
-
Commit changes to
package.json
,runfile.js
, andtsconfig.json
-
Run with either npm or run scripts Like this:
run test
Or this works like normal:npm test