Skip to main content

A CLI tool to scaffold Flask web apps and APIs

Project description

Forge My Flask (FMF)

Forge My Flask (FMF) is a lightweight CLI tool that scaffolds Flask projects in seconds.
It helps you quickly bootstrap Flask web applications or Flask API projects using a clean and practical project structure.

FMF is designed to be beginner friendly while still following patterns used in real Flask projects.


Features

  • Create Flask web applications with templates and static files
  • Create Flask API projects using blueprints
  • Clean and consistent project structure
  • No configuration required
  • Works on Windows, Linux, and macOS
  • Simple interactive CLI

Project Types

Web App

Generates a Flask project with:

  • app.py
  • templates/
  • static/
  • requirements.txt

Best suited for traditional Flask applications that use HTML templates.

API

Generates a Flask API project with:

  • Application factory pattern
  • Blueprint based routing
  • Example health endpoint
  • Utility helpers for JSON responses
  • requirements.txt

Best suited for REST APIs and backend services.

Here’s a clean, updated replacement for that section, now that you’re on PyPI. Professional tone, no fluff, copy-paste ready.


Installation

Install FMF from PyPI:

pip install forge-my-flask

Run the CLI:

fmf

Usage

When you start FMF, you will be prompted to select a project type:

Forge My Flask (FMF)

1. API Project
2. WebApp Project

Follow the prompts and enter a project name. FMF will generate the project structure automatically.


Example Output

Web App Structure

my_web_app/
├── app.py
├── requirements.txt
├── templates/
│   └── index.html
└── static/
    └── style.css

API Structure

my_api/
├── app.py
├── config.py
├── requirements.txt
├── routes/
│   ├── __init__.py
│   └── health.py
└── utils/
    └── response.py

Why FMF

Flask provides flexibility, but that flexibility often leads to inconsistent project layouts and repeated boilerplate.

FMF solves this by providing a simple and consistent starting point that can be extended as projects grow.


Roadmap

Planned improvements include:

  • Non interactive CLI commands
  • Optional database setup
  • Authentication templates
  • Environment based configuration

Contributing

Contributions are welcome.

If you find a bug or have a suggestion, feel free to open an issue or submit a pull request.


License

MIT License


Author

Built by Sparklee

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

forge_my_flask-0.2.0.tar.gz (6.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

forge_my_flask-0.2.0-py3-none-any.whl (7.3 kB view details)

Uploaded Python 3

File details

Details for the file forge_my_flask-0.2.0.tar.gz.

File metadata

  • Download URL: forge_my_flask-0.2.0.tar.gz
  • Upload date:
  • Size: 6.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.9

File hashes

Hashes for forge_my_flask-0.2.0.tar.gz
Algorithm Hash digest
SHA256 cff0f2d5a41c5dbf1cc514eeae8ef0453ba01c9e6c62b12dcf65f93653937002
MD5 7075bff5f997f2c4038c8bd3ddeca17a
BLAKE2b-256 a471fc97caad16f348a9c708674ea0ac39b94353ca62c73a5d8bafb6512ebf58

See more details on using hashes here.

File details

Details for the file forge_my_flask-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: forge_my_flask-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 7.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.9

File hashes

Hashes for forge_my_flask-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d39cd87b49a74102c9d57b24700f8f833bb971f5da80f3c59ad5dfc3e1fc6390
MD5 85cd75aa3cfb8abf0091b3d62f746cf0
BLAKE2b-256 070e036a0fd45da9a5685b99db7e44ea4ba339bdac103ab02d224cb1a3c309a0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page