Creator's Path¶
Welcome to the world of Cloney template creation! If you're interested in crafting and customizing Cloney Template Repositories, you're in the right place. Here, you'll find a collection of resources to help you get started and become a proficient template creator. Explore the following sections to embark on your journey:
-
Creating Your First Template Repository
Learn how to create your very first Cloney Template Repository, allowing you to share project templates that others can clone and customize.
-
The
.cloney.yaml
Metadata FileLearn how to define the structure and variables of your Cloney Template Repository using the
.cloney.yaml
metadata file. -
Accessing Template Variables
Discover how to access and utilize template variables, allowing you to create dynamic and adaptable templates.
-
Reusable Blocks
Learn how to create reusable blocks of content that can be easily integrated into multiple template files.
-
Ghost Files
Understand how to use ghost files to organize, share, and reuse template logic without affecting the final output of the cloned project.
-
Dynamic File Generation
Explore the intricacies of dynamic file generation within Cloney templates, enabling you to generate files and directories based on user-provided variables.
-
Cloney Template Functions
Learn how to use Cloney custom template functions to maximize your template customization capabilities.
-
Go Template Tutorials
Get acquainted with Go templates and their powerful syntax. These tutorials provide insights into using Go templates effectively in your Cloney Template Repository.