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
- Host: GitHub
- URL: https://github.com/fastapi-practices/fba-cli
- Owner: fastapi-practices
- License: mit
- Created: 2026-03-19T16:41:46.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2026-04-02T06:16:19.000Z (26 days ago)
- Last Synced: 2026-04-02T20:01:15.518Z (25 days ago)
- Language: TypeScript
- Homepage:
- Size: 247 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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