nestjs-templates-cli
v1.0.3
Published
A collection of ready-to-use NestJS project templates
Downloads
10
Readme
NestJS Templates
A collection of ready-to-use NestJS project templates for quick and efficient backend development. These templates provide robust starting points for various types of applications, incorporating best practices and popular technologies.
Features
- Multiple template options for different use cases
- Pre-configured with essential tools and libraries
- Follows NestJS best practices and architectural patterns
- Easy to customize and extend
- Regularly updated to keep pace with the latest NestJS versions
Whether you're building a RESTful API, a GraphQL server, or a full-stack application, these templates will help you kickstart your project with a solid foundation.
Choose a template, clone the repo, and start building your next great application with NestJS!
How to Use
To add a template, you can use the npx nestjs-templates-cli
command. Follow these steps:
- Open your terminal.
- Run the command:
npx nestjs-templates-cli
- Select the template you want to use.
- Enter a name for your project.
- Wait for the installation to complete.
- Enjoy your new NestJS project!