File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ identifiers:
15
15
repository-code : ' https://github.com/tiangolo/fastapi-cli'
16
16
url : ' https://fastapi.tiangolo.com'
17
17
abstract : >-
18
- Run FastAPI applications from the command line.
18
+ Run and manage FastAPI apps from the command line with FastAPI CLI. 🚀
19
19
keywords :
20
20
- fastapi
21
21
- typer
Original file line number Diff line number Diff line change 18
18
19
19
---
20
20
21
- Run FastAPI applications from the command line with FastAPI CLI. 🚀
21
+ Run and manage FastAPI apps from the command line with FastAPI CLI. 🚀
22
22
23
23
## Description
24
24
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " fastapi-cli"
3
3
dynamic = [" version" ]
4
- description = " Run FastAPI applications from the command line. "
4
+ description = " Run and manage FastAPI apps from the command line with FastAPI CLI. 🚀 "
5
5
authors = [
6
6
{
name =
" Sebastián Ramírez" ,
email =
" [email protected] " },
7
7
]
You can’t perform that action at this time.
0 commit comments