Metadata-Version: 1.1
Name: lolcommitmsg
Version: 0.1.0
Summary: Make your commit messages lovely
Home-page: https://github.com/petedmarsh/lolcommitmsg
Author: Peter Marsh
Author-email: pete.d.marsh@gmail.com
License: UNKNOWN
Download-URL: https://github.com/petedmarsh/lolcommitmsg/tarball/0.1.0
Description: lolcommitmsg
        ============
        
        Demo
        ----
        
        .. image:: https://github.com/petedmarsh/lolcommitmsg/raw/master/lolcommitmsg.gif
        
        Installation
        ------------
        
        .. code:: bash
        
        
          $ pip install lolcommitmsg
          $ cd lovely-repository
          $ echo -e '#!/bin/sh\nsed -i "/^#/d" $1\nlolcommitmsg $1' > .git/hooks/commit-msg && chmod +x .git/hooks/commit-msg
        
        Acknowledgements
        ----------------
        
        * Moe: https://github.com/busyloop/lolcat
        
        * Wijnand Modderman-Lenstra: https://github.com/tehmaze/lolcat
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: Freely Distributable
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development
