0.2.0 • Published 9 months ago
gournal v0.2.0
📔 Gournal
A Developer's Command-Line Journal with Git Integration
Gournal is a CLI tool that helps developers:
- Log daily work in context of Git projects
 - Generate standup reports automatically
 
✨ Features
- Git-Aware Logging: Auto-tag entries with project names
 - Standup Reports: 
gournal standupgenerates daily summaries 
🚀 Quick Start
Prerequisites
- Node.js v18+
 - Git (for project detection)
 
Installation
npm install -g gournal
# or
yarn global add gournal