mirror of
https://github.com/dtomlinson91/tembo.git
synced 2025-12-22 05:55:44 +00:00
16 lines
598 B
Plaintext
16 lines
598 B
Plaintext
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.
|
|
|
|
Logging:
|
|
☐ How to raise + debug an exception?
|
|
|
|
Documentation:
|
|
☐ Document usage of Panaetius in a module?
|
|
☐ Uses Pendulum tokens: https://pendulum.eustace.io/docs/#tokens
|
|
☐ Document latest typing.
|
|
☐ Using from `__future__` with `|`
|
|
☐ `using Tuple[str, ...]`
|
|
☐ `Sequence` vs `Collection`
|