TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Talo: a CLI tool to manage your ADRs, RFCs, and other design documents

3 pointsby canpolatover 1 year ago
Hi,<p>I created a CLI tool that can be used to create, update, list and export (to HTML) software design documents like Architecture Decision Records (ADR), Requests for Comments (RFC), and any other custom document types you may have.<p>It&#x27;s already trivial to create a Markdown file from an existing template and start typing. And, you will have to do most of the job in your favorite editor anyway. Here is what <i>talo</i> brings to the table:<p>- You can list all your documents displaying their titles <i>and</i> latest statuses.<p>- You can export your documents to HTML. <i>talo</i> will link documents to each other so that when a document supersedes another, you will be able to navigate between the two via hyperlinks.<p>- You are not limited to ADR and RFC. You can create your own document type(s) and use <i>talo</i> to manage them.<p>The demo GIF in the README showcases some of the use cases. Advanced topics like creating your own document types are also documented in the README.<p><i>talo</i> is free and open source.<p>If you already have .NET SDK 8.0, you can install it as a dotnet tool (`dotnet tool install --global Canpolat.Talo`). Otherwise, you can download the single file binary executable for your system (Linux&#x2F;Windows).

no comments

no comments