Project Templates¶
Scaffolds new Git repositories with standard structure, boilerplate, and coding guidelines for C++, Go, and Java projects.
Overview¶
Purpose of this tool (prjinit) is manyfold:
- Give developers a headstart by populating a repository with the most common files and folders.
- Provide guidelines to developers, designers and AI coding assistants alike.
- Enforce specification driven development.
- Enforce testing on different levels: Unit tests, component tests, acceptance tests, and architecture checks.