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.
- Host: GitHub
- URL: https://github.com/riquellopes/boot-flask
- Owner: riquellopes
- Created: 2014-01-30T16:47:33.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2022-01-21T19:41:06.000Z (over 4 years ago)
- Last Synced: 2025-08-17T12:29:46.622Z (10 months ago)
- Topics: api, flask, fun, project, python
- Language: Python
- Homepage: https://pypi.python.org/pypi/BootFlask
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
BootFlask
=========
[](https://travis-ci.org/riquellopes/boot-flask)
[](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
```