A Flask template for cookiecutter_.
$ pip install cookiecutter $ cookiecutter https://github.com/bradleygolden/cookiecutter-flaskrestful-barebones.git
You will be asked about your basic info (name, project name, app name, etc.). This info will be used in your new project.
This project contains a very simple project cookiecutter for a Flaskrestful app.
Flaskrestful Intermediate Usage - http://flask-restful-cn.readthedocs.io/en/0.3.4/intermediate-usage.html
BSD licensed.