@workspace-builder/shell-command

1.0.0 • Public • Published

@workspace-builder/shell-command

This is a workspace builder module for workspace-builder.

It runs the shell command specified via the "@workspace-builder/shell-command" key in your package.json:

// package.json
{
  "@workspace-builder/shell-command": {
    "build": "echo hi",
    "watch": "echo watching"
  }
}

The "watch" command is optional; if omitted, workspace-builder's builtin watcher will be used, and will run your "build" command on change.

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i @workspace-builder/shell-command

Weekly Downloads

11

Version

1.0.0

License

MIT

Unpacked Size

2.42 kB

Total Files

4

Last publish

Collaborators

  • suchipi