Metadata-Version: 1.1
Name: smartchangelog
Version: 0.1.0
Summary: tools to generate smart changelog
Home-page: https://github.com/ngouzy/smartchangelog
Author: Nicolas Gouzy
Author-email: nicolas.gouzy@gmail.com
License: MIT
Description: smartchangelog: tools to generate smart changelog
        =================================================
        
        [![Build Status](https://travis-ci.org/ngouzy/smartchangelog.svg)](https://travis-ci.org/ngouzy/smartchangelog)
        
        Requirements
        ------------
        
        **smartchangelog** requires Python 3.6.1 or upper.
        To install python 3, you can use [homebrew](https://brew.sh):
        
        > `brew install python3`
        
        Installation
        ------------
        
        Clone this repository.
        Inside your cloned directory:
        
        > `pip3 install -U .`
        
        Now, you have a new command `commit-msg`
        
        
        Usage
        -----
        
        ### commit-msg command
        
        To see the help:
        
        > `commit-msg -h`
        
        To install git hook commit-msg, go to your git project directory:
        
        > `commit-msg -i`
        
        To uninstall git hook commit-msg, go to your git project directory:
        
        > `commit-msg -i`
        
        ### smartchangelog command
        
        To see the help:
        
        > `smartchangelog -h`
Keywords: changelog,git,hook,message formatter
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Documentation
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Environment :: Console
