This package has been deprecated

Author message:

This package has been renamed to better-scripts, see https://www.npmjs.com/package/better-scripts

begin-script

0.0.11 • Public • Published

➤_ Begin Script

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


A User-friendly CLI to run any npm scripts with one command from "begin"


example

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

Package Sidebar

Install

npm i begin-script

Weekly Downloads

10

Version

0.0.11

License

MIT

Unpacked Size

8.56 kB

Total Files

10

Last publish

Collaborators

  • iamyoki