An open API service indexing awesome lists of open source software.

https://github.com/fastapi-practices/fba-cli

fba-cli is a super CLI tool for fastapi-best-architecture
https://github.com/fastapi-practices/fba-cli

Last synced: 25 days ago
JSON representation

fba-cli is a super CLI tool for fastapi-best-architecture

Awesome Lists containing this project

README

          

# fba-cli

[English](./README_en.md)

> **主项目**: [fastapi-best-architecture](https://github.com/fastapi-practices/fastapi-best-architecture)
> **文档**: [https://fastapi-practices.github.io/fastapi_best_architecture_docs/](https://fastapi-practices.github.io/fastapi_best_architecture_docs/)

## 简介

`fba-cli` 是 [fastapi-best-architecture](https://github.com/fastapi-practices/fastapi-best-architecture) 的 CLI 工具,用于一键创建、配置、管理和运行 FBA 项目。提供交互式引导流程和插件市场,大幅简化项目初始化和日常开发操作

## 安装

```bash
npm install -g @fba/cli
pnpm install -g @fba/cli
bun install -g @fba/cli
```

```bash
fba-cli --help
```

## License

MIT