@sikora00/nestjs

Dev Tools for Nestjs

Usage no npm install needed!

<script type="module">
  import sikora00Nestjs from 'https://cdn.skypack.dev/@sikora00/nestjs';
</script>

README

@sikora00/nestjs

build version downloads license

Dev Tools for Nestjs

Installation

npm install --save-dev @sikora00/nestjs

Schematics

Schematics Usage Description
command ng g @sikora00/nestjs:command AddUser src/user/commands Generates Nest CQRS command with it's handler and spec for the handler
query ng g @sikora00/nestjs:query GetUser src/user/queries Generates Nest CQRS query with it's handler and spec for the handler