Skip to content
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.

Latest commit

 

History

History
32 lines (21 loc) · 642 Bytes

File metadata and controls

32 lines (21 loc) · 642 Bytes

cookiecutter-flaskrestful-barebones

A Flask template for cookiecutter_.

Use it now

$ 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.

About

This project contains a very simple project cookiecutter for a Flaskrestful app.

Inspiration

Flaskrestful Intermediate Usage - http://flask-restful-cn.readthedocs.io/en/0.3.4/intermediate-usage.html

License

BSD licensed.