simon-nestjs-schematics

Schematics library to generate a kick starter NestJS project based on iFIT guidelines

Usage no npm install needed!

<script type="module">
  import simonNestjsSchematics from 'https://cdn.skypack.dev/simon-nestjs-schematics';
</script>

README

iFit logo Nest Logo

Schematics

ifit-nestjs Schematics

This package is a collection of Angular schematics to automate the creation of a NestJS project following iFit best practices and custom recipes.

Installation

ifit-nestjs Schematics is designed to run as an extension of the already existing schematics in the NestJS CLI; therefore, the NestJS CLI is a pre-requisite for this package. To install the NestJS CLI use the following command.

$ npm install -g @nestjs/cli

Once done installing the NestJS CLI, you will need to install the ifit-nestjs Schematics package globally as shown below.

npm install -g ifit-nestjs-schematics

That's it! now you are ready to start using the ifit-nestjs Schematics package to generate your next project and add your recipes.

Table of contents