Metadata-Version: 2.1
Name: quickrepo
Version: 0.0.5
Summary: Command-line tool to automate git and github repository creation.
Home-page: UNKNOWN
Author: Boris Kayi
Author-email: boriskayienzo@gmail.com
License: UNKNOWN
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. <br/>
        <br/>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.
        
        <img src="/demo.gif" alt="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. <br/>
        - 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.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
