Manuel Rubio
12 hours ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
19 additions and
2 deletions
README.md
docs/en/docs/index.md
@ -122,7 +122,13 @@ There's a [FastAPI mini documentary](https://www.youtube.com/watch?v=mpR8ngthqiE
## **Typer** , the FastAPI of CLIs
< a href = "https://typer.tiangolo.com" > < img src = "https://typer.tiangolo.com/img/logo-margin/logo-margin-vector.svg" style = "width: 20%;" > < / a >
< a href = "https://typer.tiangolo.com" class = "only-github" >
< picture >
< source media = "(prefers-color-scheme: dark)" srcset = "https://typer.tiangolo.com/img/logo-margin/logo-margin-white-vector.svg" >
< img src = "https://typer.tiangolo.com/img/logo-margin/logo-margin-vector.svg" style = "width: 20%;" >
< / picture >
< / a >
If you are building a < abbr title = "Command Line Interface" > CLI</ abbr > app to be used in the terminal instead of a web API, check out [**Typer** ](https://typer.tiangolo.com/ ).
@ -165,7 +165,18 @@ There's a [FastAPI mini documentary](https://www.youtube.com/watch?v=mpR8ngthqiE
## **Typer** , the FastAPI of CLIs { #typer -the-fastapi-of-clis }
< a href = "https://typer.tiangolo.com" > < img src = "https://typer.tiangolo.com/img/logo-margin/logo-margin-vector.svg" style = "width: 20%;" > < / a >
< a href = "https://typer.tiangolo.com" class = "only-github" >
< picture >
< source media = "(prefers-color-scheme: dark)" srcset = "https://typer.tiangolo.com/img/logo-margin/logo-margin-white-vector.svg" >
< img src = "https://typer.tiangolo.com/img/logo-margin/logo-margin-vector.svg" style = "width: 20%;" >
< / picture >
< / a >
<!-- only - mkdocs -->
< a href = "https://typer.tiangolo.com" >
< img src = "https://typer.tiangolo.com/img/logo-margin/logo-margin-vector.svg#only-light" style = "width: 20%;" >
< img src = "https://typer.tiangolo.com/img/logo-margin/logo-margin-white-vector.svg#only-dark" style = "width: 20%;" >
< / a >
<!-- /only - mkdocs -->
If you are building a < abbr title = "Command Line Interface" > CLI</ abbr > app to be used in the terminal instead of a web API, check out [**Typer** ](https://typer.tiangolo.com/ ).