2.1.23 • Published 3 years ago

@triviality/eventsourcing v2.1.23

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

Triviality

  • Promotes re-use from all different libraries (Internal and external).

See core readme.md

Develop

npm install --global lerna yarn
lerna bootstrap
yarn build 
yarn watch

It uses Lerna to manage multiple packages at once, you can scope the commands for only certain packages.

yarn watch --scope=@traviality/core 

How is the repo structured?

All officially maintained modules are in the same repo maintained with lerna.

How is a single package structured?

<package>/src/ The actual typescript source code <package>/*(.d.ts|.js) Typescript output, placed in root of project for easy reference

Quality

  • TypeScript
  • Ts lint
  • Code duplication
  • Jest
  • Stryker mutation testing

License

MIT