๐Ÿ›Œ Fatigue Driven Development (FDD) Framework for Node.js (TypeScript)

April 25, 2025 ยท View on GitHub

Types and functions to create software using FDD:

  1. EDA
  2. CQRS
  3. RPC
  4. FOP
  5. Knex helpers
  6. Jest utils (for Unit and Integration testing)
  7. Typed Errors
  8. Typed JSON

More on Fatigue Driven Development (FDD) you can find here:

https://fdd.davidshekunts.ru

Release

# Locally
git add .
git commit -m "..."
npm run publish:(prerelease | patch | minor | major)
git push --follow-tags origin main

Based on

License

The MIT License (MIT)