๐Ÿ“ฆ nestjs / nest-cli

CLI tool for Nest applications ๐Ÿน

โ˜… 2.1k stars โ‘‚ 431 forks ๐Ÿ‘ 2.1k watching โš–๏ธ Other
clihacktoberfestjavascriptjavascript-frameworknestnest-clinestjsnodejstypescripttypescript-framework
๐Ÿ“ฅ Clone https://github.com/nestjs/nest-cli.git
HTTPS git clone https://github.com/nestjs/nest-cli.git
SSH git clone git@github.com:nestjs/nest-cli.git
CLI gh repo clone nestjs/nest-cli
renovate[bot] renovate[bot] chore(deps): update typescript-eslint monorepo to v8.53.1 (#3250) 2e2da9f 11 hours ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ .circleci
๐Ÿ“ .github
๐Ÿ“ .husky
๐Ÿ“ actions
๐Ÿ“ bin
๐Ÿ“ commands
๐Ÿ“ lib
๐Ÿ“ test
๐Ÿ“ tools
๐Ÿ“„ .commitlintrc.json
๐Ÿ“„ .eslintignore
๐Ÿ“„ .eslintrc.js
๐Ÿ“„ .gitignore
๐Ÿ“„ .npmignore
๐Ÿ“„ .npmrc
๐Ÿ“„ .prettierrc
๐Ÿ“„ .release-it.json
๐Ÿ“„ CONTRIBUTING.md
๐Ÿ“„ gulpfile.js
๐Ÿ“„ LICENSE
๐Ÿ“„ package-lock.json
๐Ÿ“„ package.json
๐Ÿ“„ README.md
๐Ÿ“„ renovate.json
๐Ÿ“„ tsconfig.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 Support us

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.

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

Usage

Learn more in the official documentation.

Stay in touch

License

Nest is MIT licensed.