Skip to content

Commit 63d154b

Browse files
committed
updated readme
1 parent 24292ec commit 63d154b

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,18 @@
11
# type-fastapi
22
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+
```bash
13+
type-fastapi <command>
14+
```
15+
16+
## Commands
17+
18+
- `standard` : Generate a standard FastAPI project.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "type-fastapi"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
description = ""
55
authors = ["KevinRawal <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)