Skip to main content

Simple CLI to initialize repos on GitHub.

Project description

create-github-repo

GitHub release (latest by date) pre-commit.ci GitHub Super-Linter Code style: black license

Simple CLI to initialize repos on GitHub using Python.

Example Usage

  • Create a new public repository (-p) called New-Repository with the description (-d) My new Repository.
  • Use GitHub credentials stored in a local file (-f) called github.txt to authenticate with the GitHub API.
  • Interactively confirm or revert changes (-r).
$ python -m pip install create_github_repo

$ python -m create_github_repo -f github.txt -d "My new repo" -p -r "Test Repository"

Created: https://github.com/geocoug/Test-Repository
Attributes:
  visibility: public
  created_at: 2022-08-16 12:39:33
  description: My new repo
Do you want to keep these changes [Y/n]: y

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

create_github_repo-0.0.5.tar.gz (29.6 kB view hashes)

Uploaded Source

Built Distribution

create_github_repo-0.0.5-py3-none-any.whl (28.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page