Metadata-Version: 2.1
Name: quickrepo
Version: 1.0.0
Summary: Command-line tool to automate git and github repository creation.
Home-page: https://www.github.com/silverhairs/quickrepo
Author: Boris Kayi
Author-email: boriskayienzo@gmail.com
License: UNKNOWN
Description: # quickrepo
        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 **quickrepo** exists. <br/>
        <br/>quickrepo 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 github.com/silverhairs/quickrepo.git
        $ cd quickrepo
        $ pip3 install --editable .
        ```
        Or install the official package from PyPI
        ``` pip3 install quickrepo```
        
        ## Usage
        - Run `quickrepo 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 `quickrepo 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: any
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
