An open API service indexing awesome lists of open source software.

https://github.com/divine-architect/pitcherflask

Build a flask projects without wasting time on setup.
https://github.com/divine-architect/pitcherflask

api cli flask flask-application python too utilities-python web

Last synced: about 2 months ago
JSON representation

Build a flask projects without wasting time on setup.

Awesome Lists containing this project

README

        

# pitcherflask

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).

## Features
- Project Creation: Create a new Flask project with the required directory structure (templates, static, static/img).

## Getting Started

To get started with pitcherflask, follow these steps:

Install pitcherflask using pip:

```bash
pip install pitcherflask
```

Create a new pitcherflask project:
```bash
pitcherflask create
```
Change into the project directory:

```bash
cd
```

## Usage

pitcherflask provides the following commands:

`create `: Create a new pitcherflask project.

Feel free to open issues in-case of bugs or suggestions

## License

This project is licensed under the MIT License - see the LICENSE file for details.

## Roadmap
- Make it more robust
- Perhaps add generative AI capabilities to deploy apps faster
- Solve bugs if any