Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhishekmishragithub/codestory
Craft clear, concise commit messages and PR with ease.
https://github.com/abhishekmishragithub/codestory
Last synced: 12 days ago
JSON representation
Craft clear, concise commit messages and PR with ease.
- Host: GitHub
- URL: https://github.com/abhishekmishragithub/codestory
- Owner: abhishekmishragithub
- License: apache-2.0
- Created: 2024-03-27T20:40:33.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-15T06:47:29.000Z (26 days ago)
- Last Synced: 2024-12-15T07:28:07.116Z (26 days ago)
- Language: Python
- Size: 195 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# codestory
Craft clear, concise commit messages and PR with ease.## This is what it solves!!
![IMG_9964](https://github.com/user-attachments/assets/7cef00d3-fd04-47f5-864c-6ed0a7997294)
## Getting Started
### Basic usage
```bash
codestory generate
```### Specifying a model
```bash
codestory generate --model gemini/gemini-1.5-flash
```### Including a detailed description
```bash
codestory generate --include-description
```#### Using emojis
```bash
codestory generate --emoji
```## The Architecture/Workflow
![FlowChart 2024-07-13](https://github.com/user-attachments/assets/075c11e8-2f96-41bb-a93a-d2a6f812fe0c)