Skip to content
This repository was archived by the owner on Jan 30, 2026. It is now read-only.

theexproject/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.