Installation
TermBoard is designed to be installed globally on your machine so you can run it inside any Python project.
1. Using uv (Recommended)
2. Using pipx (Alternative)
3. Using pip (Global or Virtual Environment)
Usage & Execution
Navigate to any Python project directory and use one of the following commands depending on how you installed it:
If installed globally (via uv tool, pipx, or global pip):
If you want to run it dynamically without installing:
If installed locally inside your project's virtual environment:
(If you don't have any custom tasks defined, TermBoard will automatically provide defaults for testing and linting).