Skip to content

diicellman/fastapi-init-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fastapi-init-cli

A command-line interface tool for initializing FastAPI projects.

Installation

pip install git+https://github.com/diicellman/fastapi-init-cli.git

Usage

To create a new FastAPI project:

fastapi-cli --name [PROJECT_NAME]

Development

  1. Clone the repository
  2. Install dependencies:
    poetry install
    
  3. Run tests:
    poetry run pytest
    

License

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

Releases

No releases published

Packages

No packages published

Languages