nestjs-cli-ducttape-node-20
v7.4.1
Published
Nest - modern, fast, powerful node.js web framework (@cli) patched to support Node 20+
Readme
Description
The Nest CLI is a command-line interface tool that helps you to initialize, develop, and maintain your Nest applications. It assists in multiple ways, including scaffolding the project, serving it in development mode, and building and bundling the application for production distribution. It embodies best-practice architectural patterns to encourage well-structured apps.
This library is patched to support Node 20+ where the util package deprecated and removed the is* methods.
The CLI works with schematics, and provides built in support from the schematics collection at @nestjs/schematics.
Read more here.
Installation
$ npm install -g @nestjs/cliUsage
Learn more in the official documentation.
Stay in touch
- Website - https://nestjs.com
- Twitter - @nestframework
