Browse Source

📝 Add note about sibling project generators

pull/13907/head
Sebastián Ramírez 7 years ago
parent
commit
9e0b826618
  1. 4
      README.md

4
README.md

@ -140,6 +140,10 @@ Please refer to <a href="https://dockerswarm.rocks" target="_blank">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). 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 ## License
This project is licensed under the terms of the MIT license. This project is licensed under the terms of the MIT license.

Loading…
Cancel
Save