Browse Source

Merge 31ec08b762 into 460f8d2cc8

pull/14983/merge
Manuel Rubio 12 hours ago
committed by GitHub
parent
commit
b094cc6e3c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 8
      README.md
  2. 13
      docs/en/docs/index.md

8
README.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/).

13
docs/en/docs/index.md

@ -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/).

Loading…
Cancel
Save