create-nust
v0.0.1
Published
CLI that scaffolds a production-ready **Nuxt + NestJS** monorepo so you can skip the boilerplate and start building.
Maintainers
Readme
Nust
Nust is a CLI that scaffolds a production-ready Nuxt + NestJS monorepo so you can skip the boilerplate and start building.
Features
- 🚀 Quick scaffolding of full-stack applications
- 📦 Production-ready monorepo structure
- ⚡ Modern Nuxt + NestJS stack
- 🛠️ Zero-config setup to get started immediately
Getting Started
Install Nust and create your project in seconds:
npm install -g nust
nust create my-app
cd my-app
npm run devWhat's Included
- Frontend: Nuxt with TypeScript
- Backend: NestJS with TypeScript
- Monorepo: Optimized workspace structure
- Tooling: ESLint, Prettier, and more pre-configured
