10.0.3-alpha.1 • Published 6 months ago

@esm-js/nest-schematics v10.0.3-alpha.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Description

ESM Schematics for NestJS.

Installation

Existing project manually converted to ESM already

  1. Installation:
$ npm install --save-dev @esm-js/nest-schematics

or

$ yarn add --dev @esm-js/nest-schematics
  1. Updating nest-cli.json
{
  "collection": "@esm-js/nest-schematics"
}

New installation of Nest.js

$ npm install -g @nestjs/cli @esm-js/nest-schematics
$ nest new -c @esm-js/nest-schematics project-name

Usage

Learn more in the official documentation.

Stay in touch

License

Nest is MIT licensed.