Metadata-Version: 2.0
Name: falstart
Version: 0.1.2
Summary: Tool for fast start develop box template.
Home-page: https://github.com/Samael500/falstart
Author: Maks Skorokhod
Author-email: samae500@gmail.com
License: MIT
Keywords: fabric,vagrant,virtualbox,development,fast,start,template
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Dist: Fabric (>=1.10.0)
Requires-Dist: Jinja2 (>=2.5)
Requires-Dist: paramiko (>=1.15)

========
falstart
========

.. image:: https://travis-ci.org/Samael500/falstart.svg?branch=master
    :target: https://travis-ci.org/Samael500/falstart
    :alt: build status

fast start develop box template

Pre Requirements
----------------

- Vagrant_ && VirtualBox_
- Fabric_

Setup
-----

.. code-block:: shell

    $ pip install falstart


Usage
-----

.. code-block:: shell

    $ cd /your/proj/parent/dir
    $ falstart awesomeprojname

Example project result `github.com:Samael500/falstart-example`_

.. image:: https://raw.githubusercontent.com/samael500/falstart/master/example.gif

.. _Vagrant: https://www.vagrantup.com/downloads.html
.. _VirtualBox: https://www.virtualbox.org/wiki/Downloads
.. _Fabric: https://github.com/fabric/fabric
.. _`github.com:Samael500/falstart-example`: https://github.com/Samael500/falstart-example


