pre-commit-ci-lite[bot]
3 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
11 additions and
1 deletions
README.md
@ -128,7 +128,17 @@ There's a <a href="https://www.youtube.com/watch?v=mpR8ngthqiE" class="external-
## **Typer** , the FastAPI of CLIs
< a href = "https://typer.tiangolo.com" target = "_blank" > < img src = "https://typer.tiangolo.com/img/logo-margin/logo-margin-vector.svg" style = "width: 20%;" > < / a >
< div >
< a href = "https://typer.tiangolo.com" target = "_blank" >
< picture
data-light-src="https://typer.tiangolo.com/img/logo-margin/logo-margin-vector.svg"
data-dark-src="https://typer.tiangolo.com/img/logo-margin/logo-margin-white-vector.svg"
>
< 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" alt = "Typer" width = "20%" >
< / picture >
< / a >
< / div >
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 < a href = "https://typer.tiangolo.com/" class = "external-link" target = "_blank" > **Typer**< / a > .