Thinkmill / manypkg

☔️ An umbrella for your monorepo
MIT License
886 stars 48 forks source link

`manypkg exec` should be documented #44

Closed NateRadebaugh closed 4 years ago

NateRadebaugh commented 4 years ago

The "official" monorepo-starter uses manypkg exec but there's nothing in this project that mentions this command or the power it enables.

Enables things like this:

"clean": "manypkg exec rm -rf node_modules && manypkg exec rm -rf dist && rm -rf node_modules",