Metadata-Version: 2.0
Name: dev-init
Version: 0.3.0
Summary: Automated development environment initialization
Home-page: https://github.com/rmed/dev-init
Author: Rafael Medina García
Author-email: rafamedgar@gmail.com
License: GPLv3
Keywords: development environment automated initialization dev init
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4

dev-init
========

Automated development environment initialization

Requirements
------------

- Python 2 or 3 (tested in Python 2.7 and 3.4)

Usage
-----

For help on a specific command, run `dev-init COMMAND --help`::

    usage: dev-init [-h] [--version] {list,new,remove,show,start} ...

    Automated development environment initialization

    optional arguments:
      -h, --help            show this help message and exit
      --version             show program's version number and exit

    commands:
      {list,new,remove,show,start}
        list                list all the available environment types
        new                 define a new environment type
        remove              remove an environment type from the configuration file
        show                show the commands performed for a specific environment
        start               start a new environment


