Skip to main content

mr.developer extension to run shell commands on repositories.

Project description

mr.developer.shell

Run shell commands on all your mr.developer controlled repositories!

Motivation

I got tired of:

cd src
for f in *; do echo $f; cd $f; DO SOMETHING; cd .. ; done

So I created a mr.developer extension to do exactly the sambe but nicer:

./bin/develop shell "git grep hidden stuff"

CHANGES

0.0.1 (unreleased)

  • Project creation.

Project details


Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page