inj3k-cli v0.5.2
CLI
To install dependencies:
bun installTo build CLI:
bun run devTo run CLI:
npx infinitThis project was created using bun init in bun v1.1.4.
Contribution Guide
This guide outlines the conventions for creating branches, writing commit messages, and submitting pull requests to ensure a clean and consistent workflow.
Branch Naming Convention
Branches should be named using the following format to indicate the purpose of the changes:
PR Types
- feat: New feature or functionality
- fix: Bug fix
- chore: Minor improvements, documentation updates, or non-functional changes
- refactor: Code restructuring without changing behavior
- test: Adding or updating tests
- style: Code style improvements
Additional Details
- Module: Specify the module or area of the code affected.
- Breaking Changes: Add
!after the type if the changes are breaking and affect backward compatibility.
Examples
feat(auth): add user login functionalityfix(api): correct data fetching bugchore(docs): update API documentationrefactor(core)!: restructure service layer for improved performancetest(auth): add tests for login featurestyle(ui): enhance button styling
Merging Process
- Always use Squash and Merge when merging PRs to maintain a clean and streamlined commit history.
Summary
Following these guidelines helps maintain a consistent and organized codebase, making collaboration smoother for everyone. Thank you for your contributions and commitment to improving the project!
Happy coding! 🚀
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago