Giter Site home page Giter Site logo

adr-go's Introduction

adr-go logo image

adr-go

Simple tool for handling ADRs (Architecture Decision Records), inspired by existing tools, in particular the original adr-tools as general source, the node.js implementation by phodal and others in particular regarding file and folder structures, and marouni's Go implementation.

Raison d'être

The reason for yet another implementation was basically that at work the phodal tooling was introduced to manage ADRs for our projects, but in general I was not happy with the performance and the user experience I had with it. A Go implementation, which results in a single executable (thereby allowing a simple copy-install instead of something more complex) appealed to me, but my primary requirement was compatibility with the folder and file structures introduced and used by the adr-tools.

After trying out marouni's Go implementation, I decided that it would be easier to start from scratch to recreate the phodal tool, instead to contributing to or forking marounis work. Of course, this does not mean any critique on any of those other tools, but just that for my use case and my user preferences, this

Developer information

Build release version

Based on this stackoverflow article, use this command line to strip debug and symbol information during build:

go build -ldflags "-s -w"

adr-go's People

Contributors

dukemarty avatar

Stargazers

 avatar

Watchers

 avatar  avatar

adr-go's Issues

Check if 'generate' command makes sense

28.09.2023
After checking what the generate command in our reference implementation by phodral does, I decided that the generate command will be left out. The functionality to update the README/toc is basically already present via the update command, while the generated graph seems not to be important. So unless there is some request for this, there is no need.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.