0.5.2 • Published 9 months ago

inj3k-cli v0.5.2

Weekly downloads
-
License
-
Repository
-
Last release
9 months ago

CLI

Statements Branches Functions Lines

To install dependencies:

bun install

To build CLI:

bun run dev

To run CLI:

npx infinit

This 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 functionality
  • fix(api): correct data fetching bug
  • chore(docs): update API documentation
  • refactor(core)!: restructure service layer for improved performance
  • test(auth): add tests for login feature
  • style(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! 🚀

0.5.2

9 months ago

0.5.1

9 months ago

0.5.0

9 months ago

0.4.0

9 months ago

0.3.2

10 months ago

0.3.1

10 months ago

0.3.0

10 months ago

0.2.0

10 months ago

0.1.9

10 months ago

0.1.8

10 months ago

0.1.7

10 months ago

0.1.6

10 months ago

0.1.5

10 months ago

0.1.4

10 months ago

0.1.3

10 months ago

0.1.2

10 months ago

0.1.1

10 months ago

0.1.0

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago