ts-cli

Development

Requirements

Dependency Installation

poetry install --all-extras

After a first time installation, also make sure to run

poetry run autohooks activate --mode poetry

Testing

All tests are defined in the __tests__ directory. To run them, run:

poetry run pytest