mirror of
https://github.com/dtomlinson91/tembo.git
synced 2025-12-22 04:15:44 +00:00
13 lines
302 B
YAML
13 lines
302 B
YAML
tembo:
|
|
scopes:
|
|
- name: some_scope
|
|
example: tembo new some_scope
|
|
path: "some_scope"
|
|
filename: "{name}"
|
|
extension: md
|
|
- name: another_some_scope
|
|
example: tembo new another_some_scope
|
|
path: "another_some_scope"
|
|
filename: "{name}"
|
|
extension: md
|