Skip to content

juanfe/flask-scaffold

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scaffold a Flask Project

To create a new project use:

$ mkvirtualenv flask_scaffold --python=/usr/bin/python3.X
$ pip install -r requirements.txt
$ python flask_skeleton.py new_project -s skeleton -y 'angular, jquery, bootstrap' -g -v

If you use Bowern instead of Yarn use -b instead of -y.

This article details how to build a scaffolding tool used to generate a Flask boilerplate.

Blog post: Scaffold a Flask Project

Packages

 
 
 

Contributors

Languages

  • Python 77.4%
  • HTML 22.2%
  • Other 0.4%