All Projects → 99x → github-manager

99x / github-manager

Licence: MIT license
🚀 Manage GitHub repositories with ease

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to github-manager

good-first-issues
Find good first issues right from your CLI! 🚀
Stars: ✭ 64 (+326.67%)
Mutual labels:  github-api, cli-app
git-issue-react-electronjs
⚙️. ⚛️. A desktop application created with Electronjs and Reactjs to be cross-platform to manage and track GitHub issues.
Stars: ✭ 21 (+40%)
Mutual labels:  github-api
Nephos
Project Nephos [GSoC '18]: Automated recording, processing, and uploading of TV streams for Universities.
Stars: ✭ 20 (+33.33%)
Mutual labels:  cli-app
angular-github-api-factory
AngularJS Factory for GitHub v3 JSON REST API requests
Stars: ✭ 13 (-13.33%)
Mutual labels:  github-api
ck550-macos
MacOS effect control SW for a CoolMaster CK550 & CK530 Keyboard (US Layout).
Stars: ✭ 14 (-6.67%)
Mutual labels:  cli-app
spaceholder
🌅 Download placeholder images from public domain sources blazingly fast
Stars: ✭ 24 (+60%)
Mutual labels:  cli-app
stig
A CLI tool for searching GitHub from the terminal.
Stars: ✭ 36 (+140%)
Mutual labels:  github-api
javascript-cli
A CLI in JavaScript for the ARK Blockchain.
Stars: ✭ 48 (+220%)
Mutual labels:  cli-app
GIG
[Unmaintained] A cli 💻 tool to generate gitignore files for your projects. Written in python 🐍
Stars: ✭ 16 (+6.67%)
Mutual labels:  cli-app
gitron
A web game using GitHub APIs based on Tron 🥏
Stars: ✭ 20 (+33.33%)
Mutual labels:  github-api
octoclairvoyant-webapp
Compare GitHub changelogs across multiple releases in a single view.
Stars: ✭ 45 (+200%)
Mutual labels:  github-api
toml-bombadil
A dotfile manager with templating
Stars: ✭ 127 (+746.67%)
Mutual labels:  cli-app
git
git (and github) & monorepo / mono source tree command line tools, libraries & scripts
Stars: ✭ 16 (+6.67%)
Mutual labels:  github-api
spry
social media intelligence from the command line
Stars: ✭ 40 (+166.67%)
Mutual labels:  cli-app
Github-Stars-Predictor
It's a github repo star predictor that tries to predict the stars of any github repository having greater than 100 stars.
Stars: ✭ 34 (+126.67%)
Mutual labels:  github-api
FSDevTools
Project to support developer experience (DX) with FirstSpirit template development by offering a connection between a VCS like Git and FirstSpirit.
Stars: ✭ 29 (+93.33%)
Mutual labels:  cli-app
octocat.js
Javascript library to access the GitHub API
Stars: ✭ 30 (+100%)
Mutual labels:  github-api
gatsby-generator
🎰 Generate Gatsby Starters in Seconds
Stars: ✭ 23 (+53.33%)
Mutual labels:  cli-app
cocogitto
The Conventional Commits toolbox
Stars: ✭ 242 (+1513.33%)
Mutual labels:  cli-app
rapid-react
A light weight interactive CLI Automation Tool 🛠️ for rapid scaffolding of tailored React apps with Create React App under the hood.
Stars: ✭ 73 (+386.67%)
Mutual labels:  cli-app

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].