1.0.0 • Published 3 years ago
@sebammon/scripts v1.0.0
Scripts
A CLI bin to execute scripts in one place.
Getting started
Run npm install -g scripts
to install the CLI package.
Usage
Create a file called scripts.json
in your project and add your scripts there.
For example:
{
"command-1": "node --version",
"command-2": "..."
}
In your terminal execute:
$ run command-1
1.0.0
3 years ago