Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 587 Bytes

File metadata and controls

21 lines (13 loc) · 587 Bytes

A command line application to initialise flask project structure

usage: flaskinit [-h] -n NAME [-p PATH] -a APPS [APPS ...]

Initialize flask application

optional arguments: -h, --help show this help message and exit

-n NAME Name of your project

-p PATH Root directory of your application, if not provided defaults to current working directory

-a APPS [APPS ...] List of apps to be created within your application

Example:

flaskinit -n test -a app1 app2 -p /root/path/location