Package Exports
- @nestjs/schematics
- @nestjs/schematics/dist
- @nestjs/schematics/dist/utils/module.finder
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@nestjs/schematics) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
A progressive Node.js framework for building efficient and scalable server-side applications.
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. Read more here.
Installation
$ npm install -g @nestjs/schematicsUsage
Learn more in the official documentation.
Stay in touch
- Website - https://nestjs.com
- Twitter - @nestframework