mirror of
https://github.com/tembo-pages/tembo-core.git
synced 2025-12-22 13:35:43 +00:00
feat: initial commit
This commit is contained in:
16
tests/test_cli/data/config/success/config.yml
Normal file
16
tests/test_cli/data/config/success/config.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
tembo:
|
||||
scopes:
|
||||
- name: some_scope
|
||||
example: tembo new some_scope
|
||||
path: "some_scope"
|
||||
filename: "{name}"
|
||||
extension: md
|
||||
- name: some_scope_no_example
|
||||
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
|
||||
Reference in New Issue
Block a user