Skip to content

Latest commit

 

History

History

dirdo

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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'