/adrgen

small cli to generate archtecture decisions fo records

Primary LanguageTypeScriptMIT LicenseMIT

GitHub repo size GitHub branch check runs Coveralls NPM Downloads

Description

ADRGEN is small CLI lib to generate records of archtecture decicions.

How to use

  • Instal package with npm install adrgen --save-dev;
  • Running the package with npx adrgen init;
  • Answer four questions: how is title of file? | what is the context? | what is the decision? | what is the consequence?;
  • Be happy!

Credits

The template used in this project was not developed by me, it was developed and thought by Michael Nygard