0.1.0 • Published 6 years ago
dirdo

🗂 Execute command in all nested directories
Will iterate over all directories nested under the target directory and execute given command

Install
npm i -g dirdo
Example
dirdo packages 'npm update'
Or use straight out of NPM (good for CI tools)
npx dirdo packages 'npm i'