Generated Files
Generated Files
Understand the project resources created during initialization.
custy initCategory
Quick Command
custy initOverviewâ
Running custy init creates a project-specific workspace inside your
repository.
These resources become part of your project and can be customized to match your team's workflow.
Generated Resources
Resources Created
Configuration
.config/custy/config.tomlconfiguration file.Templates
Examples
Directory Structure
Project Structure
After a successful initialization, your project contains a structure similar
to the following..config/
âââ custy/
âââ config.toml
âââ templates/
âââ backups/
â âââ commit/
â âââ tag/
âââ changelog/
â âââ changelog.j2
âââ examples/
â âââ commit_message/
â â âââ since_custy_v1/
â â âââ since_custy_v2/
â âââ tag_message/
â âââ since_custy_v1/
â âââ since_custy_v2/
âââ commit-message.txt
âââ tag-message.txt
Customization
All generated resources belong to your project rather than Custy itself.
This means you are free to:
- Modify template contents.
- Adjust configuration values.
- Commit the generated files.
- Share them with your development team.
Future Custy commands automatically use these customized resources whenever they are available.
What's Next?
Now that you understand the generated project structure, continue with the
Configuration page to learn how each setting in
config.toml affects Custy's behavior.