0.0.11 • Published 3 years ago
begin-script v0.0.11
🚨 DEPRECATED: this package has been renamed to better-scripts, see better-scripts.
Installation
Install with yarn
yarn add begin-script -DOr install with npm
npm install begin-script --save-devUsage
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