This project demonstrates the use of Typer for building command-line interfaces in Python.
-
Clone the repository:
git clone https://github.com/JiaoZenghao/typer-demo.git cd typer-demo
-
Set up the development environment:
devbox shell
-
Install dependencies:
poetry install
To run the application locally:
devbox shell
poetry install
poetry run typer-demo
devbox shell
poetry install
poetry run build
devbox shell
poetry install
poetry run pytest