Thanks for wanting to help out.
Work happens on the dev branch — main is protected and only updated through
pull requests. So branch off dev, and open your PR against dev.
A few things to keep in mind:
- Node.js >= 18.17, ESM only (
import/export). - Commit messages follow Conventional Commits
(
feat:,fix:,docs:...), in English. - Since this CLI touches Windows, macOS and Linux, mention which platform(s) you tested your change on.
Found a bug or have an idea? Open an issue. For questions, use Discussions.