Metadata-Version: 2.0
Name: falstart
Version: 0.1.1
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
========
[![Build Status](https://travis-ci.org/Samael500/falstart.svg?branch=master)](https://travis-ci.org/Samael500/falstart)

fast start develop box template

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

- [Vagrant](https://www.vagrantup.com/downloads.html) && [VirtualBox](https://www.virtualbox.org/wiki/Downloads)
- [Fabric](https://github.com/fabric/fabric)

Setup
-----

```
$ pip install falstart
```

Usage
-----

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

Example project result [github.com:Samael500/falstart-example](https://github.com/Samael500/falstart-example)

![falstart example](example.gif)


