Skip to content

99x/github-manager

Repository files navigation

github-manager-cli Build Status npm dependencies Codacy Badge Open Source Love

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. 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