/flaskbp

Primary LanguagePython

flaskbp

A python package for basic Flask app boilerplate.

Steps to run

  1. Install flaskbp
user@programmer~:$ pip install flaskbp
  1. Run flaskbp
user@programmer~:$ flaskbp --dir <some-dir-name>

Note: The dir name (if it does not exist) will be created, otherwise will be populated with the files in the existing dir.