@enquer/executee
v0.0.2
Published
Command runner for Nodejs.
Readme
executee
Installation
git clone https://github.com/enquer/executee
cd executee
npm i
npm link
executee <your-arguments>Configuration
Edit file $HOME/.executee.config.json.
Example:
{
"browser": {
"first": "firefox",
"second": "chromium"
}
}Then run:
npm run run browser first # will run firefox
npm run run browser second # will run chromium