JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q40272F
  • License MIT

Fatigue Driven Development (FDD) in Typescript

Package Exports

  • @fddf-ts/core
  • @fddf-ts/core/index.js
  • @fddf-ts/core/retry
  • @fddf-ts/core/retry/index.js
  • @fddf-ts/core/typed-errors
  • @fddf-ts/core/typed-errors/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@fddf-ts/core) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

🛌 Fatigue Driven Development Framework (FDDF) for Node.js (TypeScript)

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

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

Used by

News

All news and announcements you can find in:

🦾 IT-Качалка Давида Шекунца 💪 – https://t.me/it_kachalka

Roadmap

  1. Add lerna and separate every library
  2. Add tests
  3. Add Node.js 12+ support

License

The MIT License (MIT)