An open API service indexing awesome lists of open source software.

https://github.com/riquellopes/boot-flask

A simple tool for turn your flask projects more quick and fun.
https://github.com/riquellopes/boot-flask

api flask fun project python

Last synced: 5 months ago
JSON representation

A simple tool for turn your flask projects more quick and fun.

Awesome Lists containing this project

README

          

BootFlask
=========
[![Build Status](https://travis-ci.org/riquellopes/boot-flask.svg?branch=master)](https://travis-ci.org/riquellopes/boot-flask)
[![Coverage Status](https://coveralls.io/repos/github/riquellopes/boot-flask/badge.svg)](https://coveralls.io/github/riquellopes/boot-flask)

A simple tool to make your Flask projects quicker and fun.

Version:
----

0.2

Installation:
--------------

```sh
pip install BootFlask
```

or

```sh
pip install https://github.com/riquellopes/boot-flask/tarball/master
```

CookBook:
-------------
```sh
bootflask -h
bootflask -p HelloWold # sample web project
bootflask -p Backend -t api # sample api web
```