updating todo

This commit is contained in:
2021-10-23 21:11:20 +01:00
parent b67cd57b3f
commit 560991325c

View File

@@ -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