Metadata-Version: 1.1
Name: almost-empty
Version: 0.1.3-beta
Summary: Create AlmostEmpty packages
Home-page: https://github.com/TheKevJames/almost-empty.git
Author: Kevin James
Author-email: KevinJames@thekev.in
License: MIT License
Description: AlmostEmpty
        ===========
        
        AlmostEmpty is a command-line utility for creating barebones projects in
        a variety of languages.
        
        An *AlmostEmpty* project is one which follows community-accepted
        structure guidelines, makes it easy for new contributors to join in, and
        sets you up with a pre-commit lint hook,
        `TravisCI <https://travis-ci.com/>`__,
        `Coveralls <http://coveralls.io/>`__...
        
        AlmostEmpty currently supports Python, Django, and TeX projects.
        
        Usage
        =====
        
        *AlmostEmpty* projects can be created by running:
        
        ::
        
            almost-empty-create <language> -n <project name>
        
        Where ``language`` is the (supported) language of your choice. Each
        project can be created either with or without a GitHub repository
        attached; you can chose to skip adding the repo right away, though
        you'll miss out on a few great features (Travis and Coveralls
        integration, lint hooks...).
        
Keywords: almost_empty empty barebones wireframe project
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Development Status :: 4 - Beta
Classifier: Natural Language :: English
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development
