Metadata-Version: 1.1
Name: choosealicense-cli
Version: 0.1.0
Summary: Bring http://choosealicense.com to your terminal
Home-page: http://github.com/lord63/choosealicense-cli
Author: lord63
Author-email: lord63.j@gmail.com
License: MIT
Description: # ChooseALicense-cli
        
        Bring http://choosealicense.com to your terminal. Choose a license in your terminal.
        
        ## Install
        
            $ pip install choosealicense-cli
            
        ## Usage
        
        List all the available licenses:
            
            $ license show
            
        Show the info of the specified license:
        
            $ license info LICENSE(e.g. mit) 
            
        Show the default context for the license template:
        
            $ license context LICENSE(e.g. mit)
           
        Generate a license:
        
            $ license generate LICENSE(e.g. mit)
            
        Get detailed help message via `license -h` and `license show/info/context/generate -h`
        
        ## License
        
        MIT.
Keywords: license generate cli choosealicense
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
