generator-nest-service

Yeoman generator for Nest services

Usage no npm install needed!

<script type="module">
  import generatorNestService from 'https://cdn.skypack.dev/generator-nest-service';
</script>

README

generator-nest-service

nest-service is a Yeoman generator for NestJS services targeted at developer productivity and best practices.

Highlights

TBD...

Quick start

To install with Yarn, run:

yarn install

To install with NPM, run:

npm install

Create an empty directory for your project, cd into the newly created directory and run:

yo nest-service

Now nest-service will ask you a series of questions that tell nest-service how to set-up your TypeScript package.

ToDos

  • Add Highlights section.