This boilerplate provides a quick start for building high-performance, efficient web applications using a variety of programming languages and frameworks with the convenience of Copier for project scaffolding. It's designed to help developers kick off their project with best practices, including project structure, dependency management, and more.
You need:
Generate a new boilerplate project:
# From GitHub:
copier copy --trust --vcs-ref main gh:xrhstosmour/yap path/to/store/project
# Or from a local clone:
copier copy --trust /path/to/yap path/to/store/project