pre-commit-ci-lite[bot]
5 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
6 additions and
1 deletions
README.md
@ -128,7 +128,12 @@ 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 >
< a href = "https://typer.tiangolo.com" target = "_blank" >
< picture >
< source media = "(prefers-color-scheme: dark)" srcset = "https://typer.tiangolo.com/img/logo-margin/logo-margin-white-vector.svg#only-dark" >
< 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 < a href = "https://typer.tiangolo.com/" class = "external-link" target = "_blank" > **Typer**< / a > .