Conventional Comments Plus is a browser extension designed to enhance your Git VCS (Version Control System) experience by providing customizable comment templates, team configuration exports, multi-Git support, and dark/light mode themes.
Chrome Webstore: Conventional Comments Plus
Demo: Watch Demo
- Customizable Comment Templates: Easily create and use templates for your Git commit comments.
- Team Configuration Export: Share your custom configurations with team members for consistent commenting across your organization.
- Multi-Git Support: Seamlessly work with multiple Git repositories and platforms.
- Dark/Light Mode: Toggle between dark and light themes for a personalized interface experience.
This application is built with Javascript and React.
Clone this repo and run these commands to start the development server.
yarn
yarn start
For build:
yarn build-chrome
Load the extension on Chrome:
- Access chrome://extensions/
- Check Developer mode
- Click on Load unpacked extension
- Select the build folder.