Skip to content

garden-rs/garden-seeds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Garden Seeds

Seeds help gardens grow.

This is my personal collection of reusable templates for Garden.

Garden is a developer tool for working with collections of Git worktrees.

Usage

Add this snippet to your garden.yaml:

garden:
    includes: garden-seeds/templates.yaml
trees:
    garden-seeds: https://gitlab.com/garden-rs/garden-seeds.git

And then run:

garden grow garden-seeds

The templates, variables and commands are now available in your garden.yaml.