Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 540 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 540 Bytes

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.