A powerful CLI tool for scaffolding production-ready NestJS projects with Docker, testing, and CI/CD setup out of the box.
For full documentation, visit https://srt.rw/rT9RNP
npm install -g nestify-cli
nestify new my-awesome-app
Follow the interactive prompts to configure your project with:
nestify expects git to be available on your PATH by default and will initialize a repository for new projects. If git is not installed the CLI will exit with a helpful message. To skip Git initialization use the --no-git flag when creating a project:
nestify new my-awesome-app --no-git
Nestify uses the official Prisma CLI to initialize your database layer, ensuring you always get the latest features and best practices.
No download data available
No tracked packages depend on this.
Full TypeORM support with entity-based models for MySQL, PostgreSQL.
MongoDB integration with Mongoose for schema-based modeling.
MIT
Shafi Danny MUGABO
GitHub | NPM | Documentation