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.
- Host: GitHub
- URL: https://github.com/divine-architect/pitcherflask
- Owner: divine-architect
- License: mit
- Created: 2024-02-24T15:34:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-24T15:38:32.000Z (about 1 year ago)
- Last Synced: 2024-04-25T04:44:56.494Z (about 1 year ago)
- Topics: api, cli, flask, flask-application, python, too, utilities-python, web
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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