Thanks for your interest in contributing! Here's how to get started.
- Node.js v18+
- pnpm
- GitHub CLI installed and authenticated (
gh auth login)
git clone https://github.com/your-username/repochart.git
cd repochart
pnpm install
pnpm buildpnpm build # compile TypeScript → dist/Run the CLI locally after building:
pnpm link
repochart vercel/next.js --overview- Fork the repo and create a branch from
main - Make your changes
- Run
pnpm build— all must pass - Commit using Conventional Commits:
feat:,fix:,docs:,refactor:, etc. - Open a pull request against
main
Open a GitHub Issue with steps to reproduce, expected behavior, and actual behavior.
Please read and follow our Code of Conduct.
Reach out at arre.ankit@gmail.com or @arre_ankit on X.