1.0.0 • Published 3 years ago

@sebammon/scripts v1.0.0

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

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