@arkerlabs/es-schematics

Event sourcing schematics by arkerlabs

Usage no npm install needed!

<script type="module">
  import arkerlabsEsSchematics from 'https://cdn.skypack.dev/@arkerlabs/es-schematics';
</script>

README

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