Metadata-Version: 1.2
Name: pyGinit
Version: 0.1.8.1
Summary: a simple cli tools for automation git repository creation
Home-page: https://github.com/AlphaBeta1906/pyGinit
Author: fariz
Author-email: farizi1906@gmail.com
License: MIT
Download-URL: https://github.com/AlphaBeta1906/pyGinit/archive/refs/tags/v0.1.6-beta.tar.gz
Description: [![Python package](https://github.com/AlphaBeta1906/pyGinit/actions/workflows/python-package.yml/badge.svg)](https://github.com/AlphaBeta1906/pyGinit/actions/workflows/python-package.yml)
        # pyGinit
        
        pyGinit is a command line tools that help you to initialize your current project a local git repo and remote repo
        
        ## Requirements
        Requirements before install pyGinit:
        1. a github account and it's personal acces token
        2. git 1.70 or newer
        3. python >= 3.7
        
        ## Installation
        ```bash
        git clone  https://github.com/AlphaBeta1906/pyGinit.git
        cd path/to/pyGinit
        pip install --editable . # install it globally so you can use it everywhere
        ```
        
        ## Usage
        
        ### authetincation :
        You need to add token,username and password of your github account using :
        
        ```
        pyGinit set-auth <YOUR_GITHUB_TOKEN> <YOUR_GITHUB_USERNAME> <YOUR_GITHUB_PASSWORD>
        ```
        use the same command to change your auth value
        
        ### repository initalization : 
        
        go to your porject directory where you want to create local and remote repository for it. and then type :
        ```
        pyGinit init
        ```
        
        
        
        ## Contributing
        Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
        
        Please make sure to update tests as appropriate.
        
        ## License
        [MIT](https://github.com/AlphaBeta1906/pyGinit/blob/master/LICENSE)
        
        ## Development status :
        [v0.1.6-beta](https://github.com/AlphaBeta1906/pyGinit/releases/tag/v0.1.6-beta)  
        [v0.1.5-beta](https://github.com/AlphaBeta1906/pyGinit/releases/tag/v0.1.5-beta)   
        [v0.1.3-alpha](https://github.com/AlphaBeta1906/pyGinit/releases/tag/v0.1.3-alpha)   
        
        
Keywords: automation,tools,cli,git,github,development
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.7
