0.0.2 • Published 6 years ago

@enquer/executee v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

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
0.0.2

6 years ago

0.0.1

6 years ago