# angelscripts-monorepo-common-modules

> An angel commands aiding in management of common modules of organic monorepos following stem skeleton 2.1 structure.

Latest version **2.0.2** (published 2022-05-14) · MIT license · 0 weekly downloads

## Install

```sh
npm install angelscripts-monorepo-common-modules
pnpm add angelscripts-monorepo-common-modules
yarn add angelscripts-monorepo-common-modules
bun add angelscripts-monorepo-common-modules
```

## 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 | 2.0.2 |
| Published | 2022-05-14 |
| First published | 2019-09-10 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Unpacked size | 7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Boris Filipov |
| Maintainers | outbounder |

## Links

- npm: https://www.npmjs.com/package/angelscripts-monorepo-common-modules
- Repository: https://github.com/node-organic/angelscripts-monorepo-common-modules
- Homepage: https://github.com/node-organic/angelscripts-monorepo-common-modules#readme
- Issues: https://github.com/node-organic/angelscripts-monorepo-common-modules/issues
- npm.io page: https://npm.io/package/angelscripts-monorepo-common-modules

## Dependencies (4)

- [chalk](https://npm.io/package/chalk.md) ^2.4.2
- [terminate](https://npm.io/package/terminate.md) ^2.1.2
- [p-iteration](https://npm.io/package/p-iteration.md) ^1.1.8
- [organic-stem-skeleton-find-root](https://npm.io/package/organic-stem-skeleton-find-root.md) ^2.0.1

## Recent versions

- 2.0.2 (latest) — 2022-05-14
- 2.0.0 — 2019-09-11
- 1.0.2 — 2019-09-10
- 1.0.1 — 2019-09-10
- 1.0.0 — 2019-09-10

## README

# angelscripts-monorepo-common-modules

An angel commands aiding in management of common modules of organic monorepos following stem skeleton 2.1 structure.

These handy commands just executes the given arbitrary commands towards `<repoRoot>/cells/node_modules/<moduleName>` directories. 

## setup

```
$ npm i angelscripts-monorepo-common-modules --save-dev
```

## commands

### execute command to single common module

```
$ npx angel cmodule {module-name} -- {command}
```

### execute command to all common modules

```
$ npx angel cmodules -- {command}
```

### list available common modules

```
$ npx angel cmodules
```

### list available common modules (as json)

```
$ npx angel cmodules.json
```

## example

```
$ npx angel repo cmodule lib -- npm install
$ npx angel repo cmodules -- rm -f package-lock.json && npm i
```

## Notes(todo)

1) any output (stdout & stderr) is piped and **doesn't support input (stdin)**.
2) uses exec with limited output buffer size, ie **it is not suitable for long running processes**

---
_Source: https://npm.io/package/angelscripts-monorepo-common-modules · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
