Skip to content

A command line application to initialise flask project structure

Notifications You must be signed in to change notification settings

treebohotels/flaskinit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A command line application to initialise flask project structure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages