git clone https://github.com/your-username/axie-tools.git
cd axie-tools
npm install
npm run build# Run CLI in dev mode
bun cli.ts
# Format code
npm run formatTests run individually with bun and require environment variables. See the Testing section in the README for specific commands.
- Fork the repo and create a feature branch
- Make your changes and add tests for new functionality
- Ensure the build passes:
npm run build - Run
npm run formatbefore committing - Submit a pull request with a clear description
Follow conventional commits: type(scope): description
Types: feat, fix, docs, style, refactor, test, chore
For bugs, include: steps to reproduce, expected vs actual behavior, Node.js version, and error messages.
For feature requests, describe the use case and proposed behavior.
By contributing, you agree that your contributions will be licensed under the MIT License.