Thanks for your interest in Repopack! 🚀 We’d love your help to make it even better. Here’s how you can get involved:
- Create an Issue: Spot a bug? Have an idea for a new feature? Let us know by creating an issue.
- Submit a Pull Request: Found something to fix or improve? Jump in and submit a PR!
- Spread the Word: Share your experience with Repopack on social media, blogs, or with your tech community.
- Use Repopack: The best feedback comes from real-world usage, so feel free to integrate Repopack into your own projects!
Repopack is maintained by Yamadashy (@yamadashy). While all contributions are welcome, please understand that not every suggestion may be accepted if they don't align with the project's goals or coding standards.
Before submitting a Pull Request, please ensure:
- Your code passes all tests: Run
npm run test
- Your code adheres to our linting standards: Run
npm run lint
- You have updated relevant documentation (especially README.md) if you've added or changed functionality.
To set up Repopack for local development:
git clone https://github.com/yamadashy/repopack.git
cd repopack
npm install
To run Repopack locally:
npm run cli-run
We use Biome for linting and formatting. Please make sure your code follows the style guide by running:
npm run lint
We use Vitest for testing. To run the tests:
npm run test
For test coverage:
npm run test-coverage
When adding new features or making changes, please update the relevant documentation in the README.md file.
New versions are managed by the maintainer. If you think a release is needed, open an issue to discuss it
Thank you for contributing to Repopack!