A cross-platform command-line utility that creates projects from cookiecutters (project templates), e.g. Python package projects, C projects - a cookiecutter fork
The project's CLI currently uses the Click package for parsing CLI arguments. We should upgrade to using the Typer package, which is a more modernized CLI argument parser that uses type annotations to parse arguments, and offers bult in autocompletions.
The project's CLI currently uses the Click package for parsing CLI arguments. We should upgrade to using the Typer package, which is a more modernized CLI argument parser that uses type annotations to parse arguments, and offers bult in autocompletions.