|
| 1 | +--- |
| 2 | +garden: |
| 3 | + root: '${GARDEN_CONFIG_DIR}' |
| 4 | + |
| 5 | +grafts: |
| 6 | + graft-bash-bastion: |
| 7 | + config: './graft-bash-bastion.yaml' |
| 8 | + root: '${organizationsDir}/bash-bastion' |
| 9 | + graft-hyperupcall-self: |
| 10 | + config: './graft-hyperupcall-self.yaml' |
| 11 | + root: '${organizationsDir}/hyperupcall-self' |
| 12 | + graft-tree-sitter: |
| 13 | + config: './graft-tree-sitter.yaml' |
| 14 | + root: '${organizationsDir}/hyperupcall-self' |
| 15 | + |
| 16 | +groups: |
| 17 | + bash-bastion: |
| 18 | + - 'graft-bash-bastion::.github' |
| 19 | + - 'graft-bash-bastion::basalt' |
| 20 | + - 'graft-bash-bastion::bash-term' |
| 21 | + - 'graft-bash-bastion::bash-object' |
| 22 | + - 'graft-bash-bastion::bash-json' |
| 23 | + - 'graft-bash-bastion::bash-toml' |
| 24 | + - 'graft-bash-bastion::bash-args' |
| 25 | + - 'graft-bash-bastion::bash-algo' |
| 26 | + - 'graft-bash-bastion::bash-core' |
| 27 | + - 'graft-bash-bastion::bash-str' |
| 28 | + - 'graft-bash-bastion::bash-tui' |
| 29 | + - 'graft-bash-bastion::bash-utility' |
| 30 | + - 'graft-bash-bastion::bash_config' |
| 31 | + - 'graft-bash-bastion::shelld' |
| 32 | + - 'graft-bash-bastion::awesome-basalt' |
| 33 | + - 'graft-bash-bastion::bats-all' |
| 34 | + - 'graft-bash-bastion::shelltest' |
| 35 | + |
| 36 | + hyperupcall-self: |
| 37 | + - 'graft-hyperupcall-self::scripts-nodejs' |
| 38 | + - 'graft-hyperupcall-self::prettier-config' |
| 39 | + - 'graft-hyperupcall-self::eslint-config' |
| 40 | + - 'graft-hyperupcall-self::eslint-plugin' |
| 41 | + - 'graft-hyperupcall-self::stylelint-config' |
| 42 | + - 'graft-hyperupcall-self::stylelint-plugin' |
| 43 | + - 'graft-hyperupcall-self::markdownlint-config' |
| 44 | + - 'graft-hyperupcall-self::config-utils' |
| 45 | + - 'graft-hyperupcall-self::lefthook-config' |
| 46 | + - 'graft-hyperupcall-self::hyperupcall-action' |
| 47 | + |
| 48 | + tree-sitter: |
| 49 | + - 'graft-tree-sitter::tree-sitter-digrc' |
| 50 | + - 'graft-tree-sitter::tree-sitter-icalendar' |
| 51 | + - 'graft-tree-sitter::zed-assorted-languages' |
0 commit comments