Skip to main content

CLI tool for generating FastAPI boilerplate code using the Fastgear library

Project description

FastGear CLI

codecov Python 3.13+ License: MIT

A powerful CLI tool to bootstrap FastAPI projects powered by the FastGear library โ€” with best practices, pre-configured templates, and modern development tools out of the box.

๐ŸŽฏ What is FastGear CLI?

FastGear CLI is the official command-line companion for the FastGear library. It streamlines the creation of FastAPI projects by generating a complete, production-ready project structure with:

  • Pre-configured FastGear integration for accelerated API development
  • FastAPI application scaffolding with best practices
  • Modern Python project setup with type hints and validation

Note: Projects generated by FastGear CLI are designed to work seamlessly with the FastGear library, which provides utilities, patterns, and abstractions to supercharge your FastAPI development.

โœจ Features

  • ๐Ÿš€ FastAPI Project Setup - Create production-ready FastAPI projects in seconds
  • โšก FastGear Integration - Pre-configured to use the FastGear library
  • ๐Ÿณ Docker Support - Optional Docker configuration with Dockerfile and docker-compose
  • ๐Ÿค– AI Agent Tools - Integrate AI-powered development tools (GitHub Copilot)
  • ๐Ÿ”„ CI/CD Integration - Pre-configured CI/CD pipelines (GitHub Actions)
  • ๐Ÿ“ฆ Modern Dependencies - Uses uv for fast, reliable dependency management
  • ๐Ÿ” Dry-Run Mode - Preview files before creation
  • โœ… Type-Safe - Full type hints and Pydantic models
  • ๐Ÿงช Test Coverage - Comprehensive test suite with pytest

๐Ÿ“‹ Requirements

  • Python 3.13+
  • uv (recommended for dependency management)

๐Ÿ”ง Installation

Using uv (recommended)

uv pip install fastgear-cli

Using pip

pip install fastgear-cli

From source

git clone https://github.com/hmarcuzzo/fastgear-cli.git
cd fastgear-cli
uv pip install -e .

๐Ÿš€ Quick Start

Create a new project in the current directory:

fg init

Create a project in a specific directory:

fg init /path/to/project

Preview what files would be created (dry-run):

fg init --dry-run
# or
fg init -n

๐Ÿ“– Usage Examples

Basic Project Creation

$ fg init

? Project name: my-awesome-api
? Project title: My Awesome API
? Use Docker? Yes
? Use AI agent tools? No
? Use CI/CD pipeline? Yes
? Select CI/CD provider: GitHub Actions

๐Ÿ“ฆ Generating uv.lock...
๐ŸŽ‰  Project 'my-awesome-api' created successfully!

Your new FastAPI project is ready with FastGear pre-configured!

Dry-Run Mode

Preview the project structure before creating files:

$ fg init --dry-run

? Project name: my-awesome-api
? Project title: My Awesome API
? Use Docker? Yes

๐Ÿ” Dry run mode - no files created

Files that would be created:
โ””โ”€โ”€ ๐Ÿ“ my-awesome-api
    โ”œโ”€โ”€ ๐Ÿ“ docker
    โ”‚   โ”œโ”€โ”€ ๐Ÿ“„ Dockerfile
    โ”‚   โ””โ”€โ”€ ๐Ÿ“„ docker-compose.yml
    โ”œโ”€โ”€ ๐Ÿ“ src
    โ”‚   โ””โ”€โ”€ ๐Ÿ“ my_awesome_api
    โ”‚       โ”œโ”€โ”€ ๐Ÿ“„ __init__.py
    โ”‚       โ””โ”€โ”€ ๐Ÿ“„ main.py          # FastAPI app with FastGear
    โ”œโ”€โ”€ ๐Ÿ“ tests
    โ”‚   โ”œโ”€โ”€ ๐Ÿ“„ __init__.py
    โ”‚   โ””โ”€โ”€ ๐Ÿ“„ test_main.py
    โ”œโ”€โ”€ ๐Ÿ“„ .dockerignore
    โ”œโ”€โ”€ ๐Ÿ“„ .gitignore
    โ”œโ”€โ”€ ๐Ÿ“„ pyproject.toml           # Includes FastGear dependency
    โ””โ”€โ”€ ๐Ÿ“„ README.md

Total: 12 file(s)

Custom Directory

Create a project in a specific location:

fg init ~/projects/new-api

๐ŸŽฏ Commands

init

Initialize a new FastAPI project with FastGear.

Usage:

fg init [DIRECTORY] [OPTIONS]

Arguments:

  • DIRECTORY - Target directory (default: current directory)

Options:

  • --dry-run, -n - Show what files would be created without creating them
  • --help - Show help message

Interactive Prompts:

  1. Project name - The name of your project (used for directory and package names)
  2. Project title - Human-readable project title
  3. Use Docker? - Include Docker configuration files
  4. Use AI agent tools? - Include AI development tools configuration
  5. Use CI/CD pipeline? - Include continuous integration/deployment setup
  6. Select CI/CD provider - Choose your CI/CD platform (if enabled)

๐Ÿ“ License

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

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

fastgear_cli-0.2.1.tar.gz (74.3 kB view details)

Uploaded Source

Built Distribution

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

fastgear_cli-0.2.1-py3-none-any.whl (36.1 kB view details)

Uploaded Python 3

File details

Details for the file fastgear_cli-0.2.1.tar.gz.

File metadata

  • Download URL: fastgear_cli-0.2.1.tar.gz
  • Upload date:
  • Size: 74.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.2 {"installer":{"name":"uv","version":"0.10.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for fastgear_cli-0.2.1.tar.gz
Algorithm Hash digest
SHA256 faaed539d931f153aa3369613cc17d11b42dd61ced89b9c66a6405121d2e9685
MD5 bdee988f3ba214348b4809949139ec33
BLAKE2b-256 8af058732fb16cadcc106f053aab0bc68118b4a3f36bff5b572ad3bc1c49979b

See more details on using hashes here.

File details

Details for the file fastgear_cli-0.2.1-py3-none-any.whl.

File metadata

  • Download URL: fastgear_cli-0.2.1-py3-none-any.whl
  • Upload date:
  • Size: 36.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.2 {"installer":{"name":"uv","version":"0.10.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for fastgear_cli-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 e71e0586a82f2e3536f4e68bd2614836b7ec4aeb17d4ee1fa83581c596c52e58
MD5 1b602f4bb02cb31d9cd3b6ce0720d8a8
BLAKE2b-256 a8da7558ff71fbb664908ad868bc770e7dd785da8f29cd54671e929608a4a4bf

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