Skip to content

Create/update GitHub repositories from command line.

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

LvMalware/ghrepo

ghrepo.py

A tool to create/update GitHub repositories from command line.

This is a tool for linux command line enthusiasts. Simple and unofficial, it allows you to create and/or update GitHub repositories directly from the command line (which is much faster than opening the browser every time).

To use it, you need to configure your local GitHub info with your username and your application token.

Example: 'git config --global github.user <username>'
         'git config --global github.token <token>'

If you don't have a token, you can generate one in GitHub Settings > Applications.

Author

Lucas V. Araujo – lucas.vieira.ar@protonmail.com

Distributed under the GNU GPL-3.0+ license. See LICENSE for more information.

https://github.com/LvMalware/ghrepo

Contributing

  1. Fork it (https://github.com/LvMalware/ghrepo/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

About

Create/update GitHub repositories from command line.

Topics

Resources

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
COPYING

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published