🛌 Fatigue Driven Development Framework (FDDF) for Node.js (TypeScript)
Types and functions to create software using FDD:
- EDA
- CQRS
- RPC
- FOP
- Knex helpers
- Jest utils (for Unit and Integration testing)
- Typed Errors
- Typed JSON
More on Fatigue Driven Development (FDD) you can find here:
Install
npm i @fddf-ts/core
Release
# Locally
git add .
git commit -m "..."
npm run publish:(prerelease | patch | minor | major)
git push --follow-tags origin main
Based on
- λ Functional Oriented Programming (https://github.com/Dionid/fop-ts)
Used by
💬 Teleadmin (https://github.com/Dionid/teleadmin) – Admin and CRM for Telegram.
News
All news and announcements you can find in:
Roadmap
- Add lerna and separate every library
- Add tests
- Add Node.js 12+ support
License
The MIT License (MIT)