npmh
v0.0.7
Published
Interactive npm script runner with monorepo support.
Downloads
6
Readme
npmh
Interactive npm script runner with monorepo support.
Installation
npm install -g npmhUsage
Run in any directory with package.json:
npmhFeatures
- Interactive script selection
- Auto-detects package manager (npm/yarn/pnpm)
- Supports monorepo/workspaces
- Cross-platform compatible
Example
$ npmh
? Select a script to run:
o build - tsc
start - node dist/index.js
dev - tsc && node dist/index.jsFor monorepos, first select workspace, then script.
LICENSE
MIT
