Skip to content

v0.1.0

Choose a tag to compare

@Technical-1 Technical-1 released this 14 Jan 01:03
· 12 commits to main since this release

Initial release of quickforge - Modern Python project bootstrapper with 2025's best toolchain.

Features

  • Create new Python projects with modern tooling (uv, ruff, basedpyright, pytest)
  • Support for library, CLI, API, app, and script project types
  • Audit existing projects for modernization opportunities
  • Upgrade legacy projects (Poetry, pip, black, mypy) to modern stack
  • Add features (Docker, docs, GitHub Actions) to existing projects

Installation

uv tool install quickforge
# or
pip install quickforge