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'