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
- Bun : Install Bun (Required for building only)
Steps
- 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
- Install dependencies :
bash
bun install
- 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