@teamhive/generator-init-nestjs

Yeoman generator for NestJs based on our standards

Usage no npm install needed!

<script type="module">
  import teamhiveGeneratorInitNestjs from 'https://cdn.skypack.dev/@teamhive/generator-init-nestjs';
</script>

README

generator-init-nestjs

An opinionated Yeoman generator for NestJS

Installation

npm i -g yo
npm i -g @teamhive/generator-init-nestjs

Usage

Create a project directory and initiate the generator

mkdir ~/source/my-package
cd ~/source/my-package
yo @teamhive/init-nestjs