Create a typer CLI interface with plugins.
Entry point dictum.cli, commands are attached afterwards. Lazily evaluated if possible (discover when the command is run).
Built-in command is new for templates. Still make it a separate package and add as a dependency. Use cookiecutter.
Create a
typerCLI interface with plugins.Entry point
dictum.cli, commands are attached afterwards. Lazily evaluated if possible (discover when the command is run).Built-in command is
newfor templates. Still make it a separate package and add as a dependency. Usecookiecutter.