each-package
TypeScript icon, indicating that this package has built-in type declarations

0.10.100 • Public • Published

each-package

Run commands in each package folder starting with cwd skipping node_modules folders

# infinite depth
$ ep npm test

# top and second level only (default depth: Infinity)
$ ep -d1 npm test

# one at a time (default depth: concurrency)
$ ep -c1 npm test

# topological (default topological: false)
$ ep -t npm deploy

# one at a time (default private: false)
$ ep -p npm test

Package Sidebar

Install

npm i each-package

Weekly Downloads

405

Version

0.10.100

License

MIT

Unpacked Size

55.4 kB

Total Files

41

Last publish

Collaborators

  • kmalakoff