@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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    11
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    11
  • 0.1.0
    1

Package Sidebar

Install

npm i @workspace-builder/shell-command

Weekly Downloads

12

Version

1.0.0

License

MIT

Unpacked Size

2.42 kB

Total Files

4

Last publish

Collaborators

  • suchipi