Metadata-Version: 2.0
Name: dev-init
Version: 0.2.1
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
-----

::

    usage: dev_init [-h] [--version] [-l] [-n | -r | -s | -p path]
                       [environment]

    Automated development environment initialization

    positional arguments:
      environment           environment name to initialize/create/remove/show

    optional arguments:
      -h, --help            show this help message and exit
      --version             show program's version number and exit
      -l, --list            list all the available environment types
      -n, --new             define a new environment type
      -r, --remove          remove an environment type from the configuration file
      -s, --show            show the commands performed for a specific environemnt
      -p path, --path path  path in which to initialize the environment


