Contributing¶
cihai-cli follows the cihai project’s contributing guidelines.
See the cihai contributing guide for development setup, running tests, and submitting pull requests.
Quick setup¶
Clone and install in development mode:
$ git clone https://github.com/cihai/cihai-cli.git
$ cd cihai-cli
$ uv sync --group dev
Run the tests:
$ uv run pytest