Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 703 Bytes

README.md

File metadata and controls

34 lines (18 loc) · 703 Bytes

EVENT SOURCING SCHEMATICS

Schematics CI

npm version

Description

Schematics specifically crafted for generating:

  • Commands
  • Queries
  • Events

These structures are used within a library for nestJS: https://github.com/ArkerLabs/event-sourcing-nestjs#readme

Installation

$ npm install @arkerlabs/es-schematics

You can use it in conjunction with our generator cli, to install it type in your command line:

$ npm install -g es-generator

Documentation