Financial-Times / nori

🍙 exploratory command-line tool to make changes across multiple repositories & track their progress
MIT License
11 stars 0 forks source link

Provide output that we can use to work with other tooling #27

Closed simonplend closed 5 years ago

simonplend commented 5 years ago

Use case

After using the transformation runner against multiple repositories, I want to be able to use the git tooling helper CLI to create a GitHub project, open pull requests on each of the repositories that the transformation runner has pushed branches to and then add those pull requests to the new project board.

This depends on issue #26 - 'Don't push a branch if there are no commits'.

Related reading: How do we track when our multi-repository work is done?

Notes

apaleslimghost commented 5 years ago

superseded by nori #45