A CLI tool built with typer and managed with pixi.
# Install pixi if you haven't already
curl -fsSL https://pixi.sh/install.sh | bash
# Install the CLI in development mode
pixi run install
# Or install with development dependencies
pixi run dev-installpip install -e .ssec --helpThis project uses pixi for dependency management:
# Install in development mode
pixi run dev-install
# Run tests
pixi run test
# Lint code
pixi run lint
# Format code
pixi run format