Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 980 Bytes

README.md

File metadata and controls

45 lines (31 loc) · 980 Bytes

EXScript

EXScript

icon made by geometrieva
font made by ABSTRKT

ℹ️ About

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.

📥 Installation

npm i -g exscript

🔧 Usage

[] = optional, <> = required

✍️ Editing Scripts

$NODE_Global_Pacakages/exscript/.scripty/scripts.json is where we store scripts.

exscript config [-e]
// (-e opens in explorer)

🔘 Running Scripts

exscript run <name>
// default: echo \"hello\"

🔄 Reloading Config

exscript reload

📜 ToDo

Moved to GitHub.