@@ -54,6 +54,7 @@ Generator features:
5454- Different ORMs support;
5555- Optional migrations for each ORM except raw drivers;
5656- redis support;
57+ - rabbitmq support;
5758- different CI\CD;
5859- Kubernetes config generation;
5960- Demo routers and models;
@@ -71,7 +72,7 @@ usage: FastAPI template [-h] [--version] [--name PROJECT_NAME]
7172 [--api-type {rest,graphql}]
7273 [--db {none,sqlite,mysql,postgresql}]
7374 [--orm {ormar,sqlalchemy,tortoise,psycopg,piccolo}]
74- [--ci {none,gitlab_ci,github}] [--redis]
75+ [--ci {none,gitlab_ci,github}] [--redis] [--rabbit]
7576 [--migrations] [--kube] [--dummy] [--routers]
7677 [--swagger] [--force] [--quite]
7778
@@ -89,13 +90,14 @@ optional arguments:
8990 ORM
9091 --ci {none,gitlab_ci,github}
9192 Choose CI support
92- --redis Add redis support
93+ --redis Add Redis support
94+ --rabbit Add RabbitMQ support
9395 --migrations Add migrations support
94- --kube Add kubernetes configs
96+ --kube Add Kubernetes configs
9597 --dummy, --dummy-model
9698 Add dummy model
9799 --routers Add example routers
98- --swagger Enable self-hosted swagger
100+ --swagger Enable self-hosted Swagger
99101 --force Owerrite directory if it exists
100- --quite Do not ask for feature during generation
102+ --quite Do not ask for features during generation
101103` ` `
0 commit comments