All Projects â†’ nestjs â†’ Nest Cli

nestjs / Nest Cli

Licence: other
CLI tool for Nest applications 🍹

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to Nest Cli

Nest
A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications on top of TypeScript & JavaScript (ES6, ES7, ES8) 🚀
Stars: ✭ 42,981 (+4734.76%)
Mutual labels:  nestjs, nest, javascript-framework
Ng Universal
Angular Universal module for Nest framework (node.js) 🌷
Stars: ✭ 336 (-62.2%)
Mutual labels:  nestjs, nest
Nest Angular
NestJS, Angular 6, Server Side Rendering (Angular Universal), GraphQL, JWT (JSON Web Tokens) and Facebook/Twitter/Google Authentication, Mongoose, MongoDB, Webpack, TypeScript
Stars: ✭ 307 (-65.47%)
Mutual labels:  nestjs, nest
Typeorm
TypeORM module for Nest framework (node.js) 🍇
Stars: ✭ 807 (-9.22%)
Mutual labels:  nestjs, nest
Terminus
Terminus module for Nest framework (node.js) 🤖
Stars: ✭ 277 (-68.84%)
Mutual labels:  nestjs, nest
Nestjs Pino
Platform agnostic logger for NestJS based on Pino with REQUEST CONTEXT IN EVERY LOG
Stars: ✭ 283 (-68.17%)
Mutual labels:  nestjs, nest
Nest Schedule
A cron-like and not-cron-like job distributed scheduler for Nest.js by decorators.
Stars: ✭ 368 (-58.61%)
Mutual labels:  nestjs, nest
Nest-Js-Boiler-Plate
Nest Js Boilerplate with JWT authentication, CRUD functions and payment gateways.
Stars: ✭ 14 (-98.43%)
Mutual labels:  nest, nestjs
Api
🏁🛠️ SaaS backend & API framework based on @nestjs
Stars: ✭ 390 (-56.13%)
Mutual labels:  nestjs, nest
Docs.nestjs.cn
nestjs 中文文档
Stars: ✭ 393 (-55.79%)
Mutual labels:  nestjs, nest
Nestjs Learning
nestjs 学习教程 📚,跟我一起学习 nest 框架~ 💪
Stars: ✭ 638 (-28.23%)
Mutual labels:  nestjs, nest
nest-boilerplate
Nest.js boilerplate with CircleCI, Commitizen, Commitlint, Docker-Compose, ESLint, GitHub Actions, Husky, Lint-staged, OpenAPI, Prettier, PostGreSQL, Travis CI, TypeORM
Stars: ✭ 16 (-98.2%)
Mutual labels:  nest, nestjs
nest-blog
A simple blog server system build with Nest.
Stars: ✭ 22 (-97.53%)
Mutual labels:  nest, nestjs
Nestjs Console
A nestjs module that provide a cli to your application.
Stars: ✭ 284 (-68.05%)
Mutual labels:  cli, nestjs
nest-typed-config
Intuitive, type-safe configuration module for Nest framework ✨
Stars: ✭ 47 (-94.71%)
Mutual labels:  nest, nestjs
Bull
Bull module for Nest framework (node.js) 🐮
Stars: ✭ 356 (-59.96%)
Mutual labels:  nestjs, nest
Swagger
OpenAPI (Swagger) module for Nest framework (node.js) 🌎
Stars: ✭ 734 (-17.44%)
Mutual labels:  nestjs, nest
node-nestjs-structure
Node.js framework NestJS project structure
Stars: ✭ 258 (-70.98%)
Mutual labels:  nest, nestjs
nestjs-cookie-session
Idiomatic Cookie Session Module for NestJS. Built on top of `cookie-session` 😻
Stars: ✭ 35 (-96.06%)
Mutual labels:  nest, nestjs
Docs.nestjs.com
The official documentation https://docs.nestjs.com 📕
Stars: ✭ 389 (-56.24%)
Mutual labels:  nestjs, nest

Nest Logo

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

NPM Version Package License NPM Downloads Travis Linux Coverage 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.

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].