1.0.0 โข Published 6 months ago
create-advanced-nest v1.0.0
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
1.0.0
6 months ago