๐Ÿ“ฆ nestjs / schematics

Nest architecture element generation based on Angular schematics ๐ŸŽฌ

โ˜… 423 stars โ‘‚ 227 forks ๐Ÿ‘ 423 watching โš–๏ธ MIT License
devkitjavasciptnestnodejsschematicstypescripttypescript-framework
๐Ÿ“ฅ Clone https://github.com/nestjs/schematics.git
HTTPS git clone https://github.com/nestjs/schematics.git
SSH git clone git@github.com:nestjs/schematics.git
CLI gh repo clone nestjs/schematics
renovate[bot] renovate[bot] chore(deps): update typescript-eslint monorepo to v8.53.1 (#2268) 81a89b9 10 hours ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ .circleci
๐Ÿ“ .github
๐Ÿ“ .husky
๐Ÿ“ src
๐Ÿ“ test
๐Ÿ“ tools
๐Ÿ“„ .commitlintrc.json
๐Ÿ“„ .gitignore
๐Ÿ“„ .npmrc
๐Ÿ“„ .prettierrc
๐Ÿ“„ .release-it.json
๐Ÿ“„ CONTRIBUTING.md
๐Ÿ“„ eslint.config.mjs
๐Ÿ“„ gulpfile.js
๐Ÿ“„ jest.json
๐Ÿ“„ LICENSE
๐Ÿ“„ package-lock.json
๐Ÿ“„ package.json
๐Ÿ“„ README.md
๐Ÿ“„ renovate.json
๐Ÿ“„ tsconfig.json
๐Ÿ“„ tsconfig.lib.json
๐Ÿ“„ README.md

Nest Logo

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

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

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/schematics

Usage

Learn more in the official documentation.

Stay in touch

License

Nest is MIT licensed.