[Gimie] Add CLI boilerplate
Closed this issue · 0 comments
cmdoret commented
Write the code and config to create a CLI, test it and make it a console entrypoint.
Resource: https://www.pluralsight.com/tech-blog/python-cli-utilities-with-poetry-and-typer/
Objective: Basic CLI available
Requirements:
- add cli function in
cli.py
and make it a typer command - Add relevant console flags
- Verify or update console entrypoint in
pyproject.toml
- Call typer command in CLI tests with
CLIRunner