Contributing to Zolt

If you want to build Zolt yourself, fix bugs, or contribute new features, follow these steps.

Installation from Source

To build Zolt from source, you will need Bun .

Prerequisites

Steps

  1. Fork and clone the repository :

If you intend to contribute, start by forking the Zolt repository on GitHub. Then clone your fork (replace YOUR_USERNAME with your actual username):

bash
   git clone https://github.com/YOUR_USERNAME/zolt.git
   cd zolt
  1. Install dependencies :
bash
   bun install
  1. Build the CLI :
bash
   bun run build

The executables will be available in the dist/ directory.

Running Tests

Before submitting a Pull Request, please ensure all tests pass:

bash
bun test

Code Quality

We use Prettier for code formatting. You can format your code using:

bash
bun run format

Thank you for contributing to Zolt!

© 2026 Marmotz