mirror of
https://github.com/tcsenpai/devlog.git
synced 2025-06-06 02:05:19 +00:00
updated readme
This commit is contained in:
parent
7b717a8eb7
commit
c382ed89c4
10
README.md
10
README.md
@ -1,7 +1,17 @@
|
|||||||
# Devlog
|
# Devlog
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
Devlog is a powerful tool that automatically generates (b)log posts from your Git commit history, providing a natural language summary of your development progress.
|
Devlog is a powerful tool that automatically generates (b)log posts from your Git commit history, providing a natural language summary of your development progress.
|
||||||
|
|
||||||
|
It uses [ollama](https://github.com/ollama/ollama) to generate the blog posts locally so it never sends your data to third-party servers.
|
||||||
|
|
||||||
|
## Requirements
|
||||||
|
|
||||||
|
- [ollama](https://github.com/ollama/ollama) capable of running llama3
|
||||||
|
- [git](https://git-scm.com/)
|
||||||
|
- [python](https://www.python.org/)
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
Devlog retrieves all the commit messages in a repository (local or remote), groups them by customizable time periods, and generates blog posts in natural language. This tool is perfect for developers who want to maintain a development log or changelog without the manual effort of writing blog posts.
|
Devlog retrieves all the commit messages in a repository (local or remote), groups them by customizable time periods, and generates blog posts in natural language. This tool is perfect for developers who want to maintain a development log or changelog without the manual effort of writing blog posts.
|
||||||
|
BIN
devlog.png
Normal file
BIN
devlog.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 235 KiB |
Loading…
x
Reference in New Issue
Block a user