Skip to content

Commit 61c9654

Browse files
committed
🔧 Add Citation config
1 parent 0f6e9a9 commit 61c9654

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CITATION.cff

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# This CITATION.cff file was generated with cffinit.
2+
# Visit https://bit.ly/cffinit to generate yours today!
3+
4+
cff-version: 1.2.0
5+
title: FastAPI CLI
6+
message: >-
7+
If you use this software, please cite it using the
8+
metadata from this file.
9+
type: software
10+
authors:
11+
- given-names: Sebastián
12+
family-names: Ramírez
13+
14+
identifiers:
15+
repository-code: 'https://github.com/tiangolo/fastapi-cli'
16+
url: 'https://fastapi.tiangolo.com'
17+
abstract: >-
18+
Run FastAPI applications from the command line.
19+
keywords:
20+
- fastapi
21+
- typer
22+
- fastapi-cli
23+
license: MIT

0 commit comments

Comments
 (0)