mirror of
https://github.com/dtomlinson91/tembo.git
synced 2025-12-22 10:45:45 +00:00
adding latest to cli
This commit is contained in:
@@ -3,13 +3,20 @@ Functionality:
|
||||
☐ 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.
|
||||
|
||||
VSCode:
|
||||
☐ Look at <https://github.com/CodeWithSwastik/vscode-ext>
|
||||
|
||||
Logging:
|
||||
☐ How to raise + debug an exception?
|
||||
☐ Document how to raise a logger.critical instead of exception
|
||||
in a try, except you can just do logger.critical(exec_info=1) to print the stack
|
||||
|
||||
Documentation:
|
||||
☐ Document usage of Panaetius in a module?
|
||||
☐ Document usage of Panaetius in a module
|
||||
Using the logger, initialising with the config path etc
|
||||
☐ Uses Pendulum tokens: https://pendulum.eustace.io/docs/#tokens
|
||||
☐ Document latest typing.
|
||||
☐ Using from `__future__` with `|`
|
||||
☐ `using Tuple[str, ...]`
|
||||
☐ `Sequence` vs `Collection`
|
||||
☐ Document using jinja2 briefly and link to Tembo (link to <https://zetcode.com/python/jinja/>)
|
||||
|
||||
Reference in New Issue
Block a user