Skip to content

Commit

Permalink
Updated README.md.
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Kirilin <[email protected]>
  • Loading branch information
s3rius committed May 4, 2022
1 parent 5eb9d98 commit d64a19e
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ Generator features:
- Different ORMs support;
- Optional migrations for each ORM except raw drivers;
- redis support;
- rabbitmq support;
- different CI\CD;
- Kubernetes config generation;
- Demo routers and models;
Expand All @@ -71,7 +72,7 @@ usage: FastAPI template [-h] [--version] [--name PROJECT_NAME]
[--api-type {rest,graphql}]
[--db {none,sqlite,mysql,postgresql}]
[--orm {ormar,sqlalchemy,tortoise,psycopg,piccolo}]
[--ci {none,gitlab_ci,github}] [--redis]
[--ci {none,gitlab_ci,github}] [--redis] [--rabbit]
[--migrations] [--kube] [--dummy] [--routers]
[--swagger] [--force] [--quite]

Expand All @@ -89,13 +90,14 @@ optional arguments:
ORM
--ci {none,gitlab_ci,github}
Choose CI support
--redis Add redis support
--redis Add Redis support
--rabbit Add RabbitMQ support
--migrations Add migrations support
--kube Add kubernetes configs
--kube Add Kubernetes configs
--dummy, --dummy-model
Add dummy model
--routers Add example routers
--swagger Enable self-hosted swagger
--swagger Enable self-hosted Swagger
--force Owerrite directory if it exists
--quite Do not ask for feature during generation
--quite Do not ask for features during generation
```

0 comments on commit d64a19e

Please sign in to comment.