⚓ Development
Contribution Guide
How to contribute code, report bugs, and propose features for the AnchorGit open-source repository.
1. Fork & Clone Repository
Fork github.com/rahoolbk/anchorgit-cli and clone it locally.
$ git clone https://github.com/YOUR_USERNAME/anchorgit-cli.git && cd anchorgit-cli2. Install Dependencies & Build
Use pnpm to install workspace dependencies:
$ pnpm install && pnpm build