Metadata-Version: 1.1
Name: mkdirs
Version: 0.0.3a
Summary: Scaffolding/Templater for Python app using cliff
Home-page: https://github.com/jamesbeedy/mkdirs
Author: James Beedy
Author-email: jamesbeedy@gmail.com
License: UNKNOWN
Download-URL: https://github.com/mkdirs/tarball/master
Description: mkdirs
        =======
        
        `mkdirs` is a cliff based CLI app for auto-scaffolding cliff based CLI apps.
        
        Installation
        -------------
        
        To install `mkdirs`:
        
        	$ pip install mkdirs==0.0.3a
        
        Usage
        ------
        
        
        Once installed, use `mkdirs` by running the following in a terminal, and replacing projectname, modulename, authorname, and email with your own credentials.
        
               $ mkdirs create <projectname> <modulename> <authorname> <email>
        
Keywords: sample setuptools development
Platform: Any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Intended Audience :: Developers
Classifier: Environment :: Console
