Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 195 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 195 Bytes

each-package

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

# infinite depth
$ep run npm

# top level only
$ep -d0 run npm
$ep --depth=0 run npm