We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24292ec commit 63d154bCopy full SHA for 63d154b
README.md
@@ -1,2 +1,18 @@
1
# type-fastapi
2
A cli tool to quickly generate FastAPI projects.
3
+
4
+## Installation
5
6
+```bash
7
+pip install type-fastapi
8
+```
9
10
+## Usage
11
12
13
+type-fastapi <command>
14
15
16
+## Commands
17
18
+- `standard` : Generate a standard FastAPI project.
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "type-fastapi"
-version = "0.1.2"
+version = "0.1.3"
description = ""
authors = ["KevinRawal <[email protected]>"]
readme = "README.md"
0 commit comments