0.0.11 • Published 3 years ago

begin-script v0.0.11

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

🚨 DEPRECATED: this package has been renamed to better-scripts, see better-scripts.

Installation

Install with yarn

yarn add begin-script -D

Or install with npm

npm install begin-script --save-dev

Usage

Create a .beginrc.json file in root directory

{
  "tasks": [
    ["🎉Intro", "echo \"Hello world!\"", "An example task"]
  ]
}

Run npx begin-script in root directory.

Or add a script in package.json

{
  "scripts": {
    "begin": "begin-script"
  }
}

Now run yarn begin is good to go.

Advanced

The API is not stable yet, please check the proposal

License

MIT

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago

0.0.0

3 years ago