Welcome to flaskmng’s documentation!

Github repository

What is flaskmng?

flaskmng is a tool that manages Flask project. It is designed in MVT architecture.

Usage

First of all, you must create virtual environment.

> python -m venv env

To activate,

> . env/Scripts/activate # for Windows
> source env/bin/activate # for Linux

Then, for installing flaskmng to the virtual environment you must use pip. After installing pip enter the command given below:

> pip install flaskmng

Command Line Interface

flaskmng

flaskmng [OPTIONS] COMMAND [ARGS]...

startproject

Create new project

flaskmng startproject [OPTIONS]

startapp

Create new app inside project

flaskmng startapp [OPTIONS]

removeapp

Remove app in project

flaskmng removeapp [OPTIONS]

deploysetup

flaskmng deploysetup [OPTIONS]

Conclusion

In conclusion, your flask project ready to development. Enjoy the advantages of flaskmng.

Thanks for using!