Skip to main content

Command-line tool to automate git and github repository creation.

Project description

GitRepo

It is quite boring everytime typing git init in your local computer then go to github and initialize a new repository, take the remote url and add it to the local... I am already tired just by explaining. Thanks God GitRepo exists.

Gitrepo is a command-line application that automates initializing a new repository both locally and on GitHub. The user can either initialize the repository in the directory they are currently working in, or generate a brand new folder which will come initialized as a git and github repository.

demo

Requirements

  • Python 3.6^

Installation

$ git clone https://github.com/silverhairs/gitrepo.git
$ cd GitRepo/
$ pip3 install --editable .

Usage

  • Run gitrepo new in your terminal/cmd to generate a new git & github repository folder. The folder should come with a README.md file auto-generated by github.
  • Run gitrepo here in your terminal/cmd to initialize a new git and github repository in your current directory. All the files in the current directory will be added and pushed to github.

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

quickrepo-0.0.5.tar.gz (1.8 kB view hashes)

Uploaded Source

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