coderaiser / redfork

run command in all subdirs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redfork License NPM version Build Status Coverage Status

CLI tool to run command in multiple subdirectories.

Refork

Install

npm i redfork -g

Usage

redfork 'ls -lha'

Pattern

When you need to filter directories, you can use -p, --pattern argument:

redfork 'ls -lha' -p plugin-*

Will show content of all subdirectories.

Related

  • redrun - CLI tool to run multiple npm-scripts fast;
  • madrun - CLI tool to run multiple npm-scripts in a madly comfortable way

License

MIT

About

run command in all subdirs


Languages

Language:JavaScript 97.1%Language:HCL 2.9%