pitcherflask is a tool that helps you set up a basic Flask project structure quickly and easily. Inspired by Rust's Cargo, pitcherflask aims to streamline the process of creating Flask web applications by providing a simple command-line interface (CLI).
- Project Creation: Create a new Flask project with the required directory structure (templates, static, static/img).
To get started with pitcherflask, follow these steps:
Install pitcherflask using pip:
pip install pitcherflask
Create a new pitcherflask project:
pitcherflask create <your_project_name>
Change into the project directory:
cd <your_project_name>
pitcherflask provides the following commands:
create <your_project_name>
: Create a new pitcherflask project.
Feel free to open issues in-case of bugs or suggestions
This project is licensed under the MIT License - see the LICENSE file for details.
- Make it more robust
- Perhaps add generative AI capabilities to deploy apps faster
- Solve bugs if any