1
0
mirror of https://github.com/ycd/manage-fastapi.git synced 2021-11-08 01:34:39 +03:00

📎 Update README

This commit is contained in:
yagiz
2020-12-07 23:19:44 +03:00
parent b9c790d96d
commit fe4340101d

View File

@@ -1,5 +1,5 @@
<h3 align="center">
<strong>Manage FastAPI projects easily</strong>
<strong>Project generator and manager for FastAPI.</strong>
</h3>
<p align="center">
<a href="https://github.com/ycd/manage-fastapi" target="_blank">
@@ -48,15 +48,15 @@ pip install manage-fastapi
```
## Usage
## Getting started
To get started right away with sensible defaults:
Easiest way to start is using the defaults:
```bash
fastapi startproject [name]
```
You can also use **interactive** mode!
But there is an **interactive** mode!
```bash
fastapi startproject [name] --interactive