1.0.0 โ€ข Published 6 months ago

create-advanced-nest v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Create Advanced NestJS App

A CLI tool to bootstrap a production-ready NestJS application with best practices and advanced configuration.

Quick Start

bash npx create-advanced-nest my-app cd my-app npm run start:dev

Features

  • ๐Ÿš€ Production-ready NestJS setup
  • โšก๏ธ Latest Node.js & TypeScript
  • ๐Ÿ“ ESLint & Prettier configured
  • ๐Ÿงช Jest for testing
  • ๐Ÿ”„ Hot-reload in development
  • ๐Ÿ’ป VS Code configurations

Requirements

  • Node.js 16+
  • npm 7+

Options

Create a new project with specific features:

bash npx create-advanced-nest my-app

Project Structure

my-app/ โ”œโ”€โ”€ src/ โ”‚ โ”œโ”€โ”€ main.ts โ”‚ โ”œโ”€โ”€ app.module.ts โ”‚ โ””โ”€โ”€ app.controller.ts โ”œโ”€โ”€ test/ โ”œโ”€โ”€ .eslintrc.js โ”œโ”€โ”€ .prettierrc โ”œโ”€โ”€ nest-cli.json โ”œโ”€โ”€ package.json โ””โ”€โ”€ tsconfig.json

License

MIT