📄️ Getting Started
In this tutorial, we will create an Anemos project that generates Kubernetes manifests for
📄️ Generating Kubernetes Manifests
Now that we have created a new Anemos project, let's write the code to generate Kubernetes
📄️ Source Control Integration
Source control is essential for all software projects. For Anemos projects, it serves
📄️ Components and Actions
In Anemos, the generation process is orchestrated by a Builder. Builder consists of
📄️ Component Options
In the previous section, we moved all the generation code under the generateResources function of our new component.
📄️ Package Management
Anemos uses JavaScript package management ecosystem to handle dependencies. Package management is handled
📄️ Generating a Package
If you don't want to use the structure of the package template or you find it too complex,