Building a Dev Diary CLI Tool

Today I built a command-line tool to streamline my development diary workflow. The tool manages entries in YAML format and publishes them to my Hugo blog with a single command. Motivation I wanted a way to easily write development diary entries without manually managing Hugo’s frontmatter format. The goal was to keep entries in a structured YAML format that’s easy to edit and version control. Publishing should be as simple as running a single command. ...

February 8, 2024