From 9e0b826618146c34a9fd0bc126f6d037a9da842c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sat, 23 Feb 2019 23:51:49 +0400 Subject: [PATCH] :memo: Add note about sibling project generators --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 015f411..868ca20 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,10 @@ Please refer to DockerSwarm. After using this generator, your new project (the directory created) will contain an extensive `README.md` with instructions for development, deployment, etc. You can pre-read [the project `README.md` template here too](./{{cookiecutter.project_slug}}/README.md). +## Sibling project generators + +* Based on Couchbase: [https://github.com/tiangolo/full-stack-fastapi-couchbase](https://github.com/tiangolo/full-stack-fastapi-couchbase). + ## License This project is licensed under the terms of the MIT license.