From 560991325c4da2fb110c2e479b84f31d9c380651 Mon Sep 17 00:00:00 2001 From: Daniel Tomlinson Date: Sat, 23 Oct 2021 21:11:20 +0100 Subject: [PATCH] updating todo --- TODO.todo | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/TODO.todo b/TODO.todo index f0a4d9d..c1e8a91 100644 --- a/TODO.todo +++ b/TODO.todo @@ -2,6 +2,7 @@ Functionality: ☐ 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` ☐ 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: ☐ Look at @@ -19,4 +20,12 @@ Documentation: ☐ Using from `__future__` with `|` ☐ `using Tuple[str, ...]` ☐ `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 ) + Tembo: + ☐ Document creating new Tembo config + ☐ ~/tembo needs creating + ☐ ~/tembo/.config + ☐ ~/tembo/.templates + ☐ Document how to overwrite these with ENV vars