Metadata-Version: 1.1
Name: almost-empty
Version: alpha
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
        ===========
        
        [![Build Status](https://travis-ci.org/TheKevJames/almost-empty.svg?branch=master)](https://travis-ci.org/TheKevJames/almost-empty) [![Coverage Status](https://coveralls.io/repos/TheKevJames/almost-empty/badge.png?branch=master)](https://coveralls.io/r/TheKevJames/almost-empty?branch=master) [![Dependency Status](https://gemnasium.com/TheKevJames/almost-empty.svg)](https://gemnasium.com/TheKevJames/almost-empty)
        
        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.
        
        Installation
        ============
        To install AlmostEmpty, make sure you have Python 2.7 or greater installed. Then run this command from the command prompt:
        
            python setup.py install
        
        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...).
        
        CHANGES
        =======
        
        alpha
        - Implemented Python and Django wireframes
        - Implemented TeX wireframe
        
Keywords: almost_empty
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Development Status :: 3 - Alpha
Classifier: Natural Language :: English
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development
