icon made by geometrieva
font made by ABSTRKT
EXScript is an easy to use, easy to install npm package to supercharge your "npm run" experience. Not only is it for node, its global. It can run any binary in your PATH through a seemless child process stdio relay.
npm i -g exscript
[] = optional, <> = required
✍️ Editing Scripts
$NODE_Global_Pacakages/exscript/.scripty/scripts.json is where we store scripts.
exscript config [-e]
// (-e opens in explorer)
exscript run <name>
// default: echo \"hello\"
exscript reload