Metadata-Version: 1.1
Name: dotcli
Version: 0.1.7
Summary: A git inspired CLI to manage your dotfiles
Home-page: https://github.com/jamrizzi/dot
Author: Jam Risser
Author-email: jam@jamrizzi.com
License: MIT
Description: dot *Beta*
        ================
        
        A git inspired CLI to manage your dotfiles
        
        Please ★ this repo if you found it useful ★ ★ ★
        
        
        Features
        --------
        
        -  Sync with git
        -  Automatic symlinking
        
        
        Installation
        ------------
        
        .. code:: sh
        
               sudo pip install dot
               dot clone
        
        
        Usage
        ------------
        
        Run the following every time you make changes
        
        .. code:: sh
        
               dot sync
        
        
        Dependencies
        ------------
        
        -  `Python`_
        
        
        Support
        -------
        
        Submit an `issue`_
        
        
        Buy Me Coffee
        -------------
        
        A ridiculous amount of coffee was consumed in the process of building
        this project.
        
        `Add some fuel`_ if you’d like to keep me going!
        
        
        Contributing
        ------------
        
        1. Fork it!
        2. Create your feature branch: ``git checkout -b my-new-feature``
        3. Commit your changes: ``git commit -m 'Add some feature'``
        4. Push to the branch: ``git push origin my-new-feature``
        5. Submit a pull request :D
        
        
        License
        -------
        
        `MIT License`_
        
        `Jam Risser`_ © 2017
        
        
        Credits
        -------
        
        -  `Jam Risser`_ - Author
        
        
        Changelog
        ---------
        
        0.1.0 (2017-08-20) \* Beta release
        
        0.0.1 (2017-08-17) \* Alpha release
        
        .. _Python: https://www.python.org/
        .. _issue: https://github.com/jamrizzi/dot/issues/new
        .. _Add some fuel: https://pay.jamrizzi.com
        .. _MIT License: https://github.com/jamrizzi/dot/blob/master/LICENSE
        .. _Jam Risser: https://jamrizzi.com
        
Keywords: cli git github dot dotfiles sync symlink command line
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
