tiangolo / full-stack-fastapi-template

Full stack, modern web application template. Using FastAPI, React, SQLModel, PostgreSQL, Docker, GitHub Actions, automatic HTTPS and more.
MIT License
24.53k stars 4.14k forks source link

Omit secrets from the created repository #1093

Closed shippy closed 3 months ago

shippy commented 3 months ago

Fixes #724 by following means:

Additionally, it leverages some other features of copier, such as validator: for prompts that have string requirements (in this case, no spaces) and a default based on upstream responses to improve user experience.

tiangolo commented 3 months ago

Thanks for the interest @shippy! But this would make it work exclusively with Copier, and the idea is for it to just work by cloning it. So I'll pass on this one, but thanks for the effort! :coffee: