0.0.11 • Published 2 years ago

begin-script v0.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago