New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@claywarren/devlog

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@claywarren/devlog

Generate a daily changelog from your git commits

latest
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

🗒️ DevLog - Automatic Developer Journal

Ever forget what you worked on yesterday? DevLog remembers — so you don’t have to.

Generate a daily changelog from your Git commit history — automatically grouped by date and written to DEVLOG.md.

Demo

✨ Features

  • 📅 Groups commits by day
  • 📝 Outputs clean, shareable Markdown
  • ⚡ Runs instantly via CLI (npx @claywarren/devlog)
  • 💻 Zero configuration — works in any Git repo

🚀 Installation

Option 1 — Local Dev

git clone https://github.com/claywarren/devlog.git
cd devlog
npm install
npm run build

Option 2 — Global Install

npm install -g @claywarren/devlog

🖥 Supported Platforms

  • macOS — fully supported (tested)
  • Linux — testing in progress
  • Windows — testing in progress

📦 Usage

Run inside any Git repository:

  • Using npx (without installing globally):
npx devlog
  • Or, after installing globally:
devlog

This will generate or update a file:

## 2025-08-08
- feat: add login form
- fix: crash on settings save
- docs: update API usage

⚙️ How It Works

  • Runs git log to get commit history.
  • Groups commits by commit date.
  • Writes them to DEVLOG.md in reverse chronological order.

🖥 Example

$ npx devlog
✅ DEVLOG.md updated!

Output in DEVLOG.md:

## 2025-08-08
- feat: add login form
- fix: crash on settings save
- docs: update API usage

📜 License

MIT © 2025 Clay Warren

Keywords

git

FAQs

Package last updated on 09 Aug 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts