https://github.com/99x/github-manager
:rocket: Manage GitHub repositories with ease
https://github.com/99x/github-manager
bulk-tasks cli cli-app github github-api javascript nodejs
Last synced: about 1 month ago
JSON representation
:rocket: Manage GitHub repositories with ease
- Host: GitHub
- URL: https://github.com/99x/github-manager
- Owner: 99x
- License: mit
- Created: 2016-10-19T09:30:09.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-25T17:01:43.000Z (about 8 years ago)
- Last Synced: 2025-04-29T09:43:03.795Z (7 months ago)
- Topics: bulk-tasks, cli, cli-app, github, github-api, javascript, nodejs
- Language: JavaScript
- Homepage:
- Size: 480 KB
- Stars: 17
- Watchers: 5
- Forks: 17
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# github-manager-cli [](https://travis-ci.org/99xt/github-manager-cli) [](https://david-dm.org/99xt/github-manager-cli.svg) [](https://www.codacy.com/app/99xt/github-manager-cli?utm_source=github.com&utm_medium=referral&utm_content=99xt/github-manager-cli&utm_campaign=Badge_Grade) [](https://github.com/ellerbrock/open-source-badge/)
## What's github-manager-cli ?
`github-manager-cli` is command line tool which can used to manage repositories on GitHub.
```
npm i -g github-manager-cli
```
Once installed commmand `gh-manager` will be available globally.
## Usage
```
$ gh-manager
```
## Inspiration
GitHub offers massive features with heavy customizations for repositories and organizations. Most of these features are available through [GitHub's public API](https://developer.github.com/v3/). When performing particular actions some of these features provided through the API aren't enough. In order to do bulk tasks, for an example if we need to add same label to an organization, there is no particular API. This is where `github-manager-cli` comes into play. This tool can be helpful in performing prominent bulk tasks through the CLI.
## Contributor guidelines
- Fork the repository.
- Clone the forked repository.
- Create your own branch.
- Create tests and make sure tests pass on travis.
- Usage section of Readme should be update for new features
- Create a pull request with changes made.
To run existing tests provide `USER_NAME` and `USER_PASS` environment variables with GitHub account for testing(or just `USER_NAME` for unit tests).
## License
MIT © [99XT](https://github.com/99xt)