Metadata-Version: 2.1
Name: rogit
Version: 1.3
Summary: This is a little git automation for lazy devs. Add, commit and push in one single command.
Home-page: https://github.com/roeeyn/rogit
Author: roeeyn
Author-email: rodrigo.medina.neri@gmail.com
License: MIT
Download-URL: https://github.com/roeeyn/rogit/releases/download/1.3/rogit-1.3.tar.gz
Description: # Rogit
        This is a little automation for lazy devs like me
        
        ## Installation
        ```bash
        pip3 install rogit
        ```
        
        ## Usage
        Inside your terminal, at the folder of your code, type
        ```bash
        rogit
        ```
        And it will prompt for the necessary info (mainly the commit message).
        
        Made with 💙 from 🇲🇽
Keywords: git,automation
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
