Conventional Commits
A Raycast extension designed to provide a reference list of the possible Conventional Commit prefixes enriched by the Angular Convention which can be inserted into the active window.
Each prefix contains a brief description explaining a typical usecase, once selected Raycast inserts the prefix into your current text field.
You can also view the message structure to better understand how it can be applied in a given context.
Usage
Inserting a prefix
- Open Raycast
- Start typing the full or partial command name (Insert Conventional Commit Prefix)
- Select "Insert Conventional Commit Prefix" from the menu
- Make a selection of the prefix you want to insert into the current window and press enter
Viewing message structure
- Open Raycast
- Start typing the full or partial command name (View Conventional Commit Message Structure)
- Make a selection of the prefix you want to insert into the current window and press enter
Available Prefixes
The following prefixes are available:
- Feature
- Bug Fix
- Documentation
- Style
- Code Refactoring
- Performance Improvements
- Tests
- Build
- Continuous Integration
- Chore
- Revert
Something missing? Raise an issue in the repo here!