Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 547 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 547 Bytes

mudbrick

A Flask extension that automatically builds a boilerplate template for your web application backend by using a simple cli command. It builds a modular architecture that's manageable and easily deployable. Don't worry about configuring and structuring your application factory pattern from scratch. mudbrick does that for you.

Installation

Run the following command to install:

$ python pip install mudbrick

Usage

Run the following command inside your terminal.

$ mudbrick --build <project_name>