From: https://dribbble.com/shots/6386067-Deals-Management-Dashboard-for-Account-Managers/attachments
A Pen by Chris Coyier on CodePen.
| #!/usr/bin/env node | |
| /* | |
| gcm.js — Generate conventional commit messages, branch names and PR | |
| descriptions using Google Gemini (Generative Language API). | |
| Usage: | |
| - Default (staged changes): | |
| ./gcm.js | |
| - For a specific commit (SHA): |
| # Project Title | |
| One Paragraph of project description goes here | |
| ## Getting Started | |
| These instructions will get you a copy of the project up and running on your local machine for development and production build purposes. | |
| ### Prerequisites |