Skip to content

esm-js/nest-schematics

 
 

Repository files navigation

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads Coverage Discord Backers on Open Collective Sponsors on Open Collective

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.

About

Nest ESM architecture element generation based on Angular schematics 🎬

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.3%
  • Other 0.7%