mirror of
https://github.com/dtomlinson91/tembo.git
synced 2025-12-22 11:55:45 +00:00
updating todo
This commit is contained in:
@@ -2,6 +2,7 @@ Functionality:
|
|||||||
☐ Handle case where there are no scopes in the config and command is invoked.
|
☐ Handle case where there are no scopes in the config and command is invoked.
|
||||||
☐ Have an `--example` flag to `new` that prints an example given in the `config.yml`
|
☐ Have an `--example` flag to `new` that prints an example given in the `config.yml`
|
||||||
☐ Should be a `tembo new --list` to list all possible names.
|
☐ Should be a `tembo new --list` to list all possible names.
|
||||||
|
☐ `TEMBO_CONFIG` should follow same pattern as other env vars and be a python string when read in
|
||||||
|
|
||||||
VSCode:
|
VSCode:
|
||||||
☐ Look at <https://github.com/CodeWithSwastik/vscode-ext>
|
☐ Look at <https://github.com/CodeWithSwastik/vscode-ext>
|
||||||
@@ -19,4 +20,12 @@ Documentation:
|
|||||||
☐ Using from `__future__` with `|`
|
☐ Using from `__future__` with `|`
|
||||||
☐ `using Tuple[str, ...]`
|
☐ `using Tuple[str, ...]`
|
||||||
☐ `Sequence` vs `Collection`
|
☐ `Sequence` vs `Collection`
|
||||||
|
☐ Document how to do docstrings in python. Don't document `__init__` do it in class.
|
||||||
|
Should update the default gist to hide the `__init__` messages
|
||||||
☐ Document using jinja2 briefly and link to Tembo (link to <https://zetcode.com/python/jinja/>)
|
☐ Document using jinja2 briefly and link to Tembo (link to <https://zetcode.com/python/jinja/>)
|
||||||
|
Tembo:
|
||||||
|
☐ Document creating new Tembo config
|
||||||
|
☐ ~/tembo needs creating
|
||||||
|
☐ ~/tembo/.config
|
||||||
|
☐ ~/tembo/.templates
|
||||||
|
☐ Document how to overwrite these with ENV vars
|
||||||
|
|||||||
Reference in New Issue
Block a user