cookieninja-generator / cookieninja

A cross-platform command-line utility that creates projects from cookiecutters (project templates), e.g. Python package projects, C projects - a cookiecutter fork
BSD 3-Clause "New" or "Revised" License
68 stars 7 forks source link

Use Typer instead of Click #56

Open yuvaldolev opened 1 year ago

yuvaldolev commented 1 year ago

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.