You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This tool is intended to help make managing multiple Github repositories much easier for DX, DevRel, and Open Source Engineering teams.
4
-
5
-
We will deploy the code to pypi and create an initial release once the MVP is ready. Thank you for your support!
6
-
7
-
**The default branch name for this repository has been changed to `main` as of 07/23/2020.**
3
+
This tool is intended to help make managing multiple GitHub repositories much easier for DX, DevRel, and Open Source Engineering teams.
8
4
9
5
## Contributing
10
-
Everyone who participates in our repo is expected to comply with our [Code of Conduct](CODE_OF_CONDUCT.md).
11
-
12
-
We welcome [contributions](CONTRIBUTING.md) in the form of issues, pull requests and code reviews. Or you can simply shoot us an [email](mailto:[email protected]).
13
-
14
-
## Attributions
15
-
We believe in open source and want to give credit where it's due. We used an amazing tutorial at [testdriven.io](https://testdriven.io) to guide us in setting up a solid foundation using flask, docker, and (eventually) node and react. This tutorial helped us build and iterate this project successfully!
16
-
17
-
## Prerequisites
18
-
19
-
* Virtual Box
20
-
* Docker
21
6
22
-
## Usage - Local
7
+
Everyone who participates in our repo is expected to comply with our [Code of Conduct](CODE_OF_CONDUCT.md).
23
8
24
-
### Standalone Scripts
9
+
We welcome [contributions](CONTRIBUTING.md) in the form of issues, pull requests and code reviews.
25
10
26
-
Some example scripts don't require a running Automator web server to execute (e.g., `action_items`, `metrics`, `opened_items`, `closed_items`). Use the steps below to run these scripts.
11
+
## Usage - Standalone Scripts
27
12
28
-
####Environment Setup
13
+
### Environment Setup
29
14
30
15
Update the development environment with your [GITHUB_TOKEN](https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line), for example:
0 commit comments