# @workspace-builder/shell-command

> This is a workspace builder module for [`workspace-builder`](http://npm.im/workspace-builder).

Latest version **1.0.0** (published 2020-01-15) · MIT license · 0 weekly downloads

## Install

```sh
npm install @workspace-builder/shell-command
pnpm add @workspace-builder/shell-command
yarn add @workspace-builder/shell-command
bun add @workspace-builder/shell-command
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2020-01-15 |
| First published | 2020-01-15 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 2.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Lily Scott |
| Maintainers | suchipi |
| Keywords | workspace-builder |

## Links

- npm: https://www.npmjs.com/package/@workspace-builder/shell-command
- npm.io page: https://npm.io/package/@workspace-builder/shell-command

## Dependencies (1)

- [@workspace-builder/tools](https://npm.io/package/@workspace-builder/tools.md) 1.0.0

## Recent versions

- 1.0.0 (latest) — 2020-01-15
- 0.1.0 — 2020-01-15

## README

# `@workspace-builder/shell-command`

This is a workspace builder module for [`workspace-builder`](http://npm.im/workspace-builder).

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

```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

---
_Source: https://npm.io/package/@workspace-builder/shell-command · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
