express-feature-generator
v1.0.1
Published
**CRUDGen** is a powerful command-line tool that automates the creation of CRUD operation files for Express.js applications. Inspired by the simplicity and efficiency of the NestJS CLI, CRUDGen helps developers quickly generate controllers, routes, servic
Downloads
6
Readme
CRUDGen
CRUDGen is a powerful command-line tool that automates the creation of CRUD operation files for Express.js applications. Inspired by the simplicity and efficiency of the NestJS CLI, CRUDGen helps developers quickly generate controllers, routes, services, repositories, and models with just a few commands. This tool aims to streamline the development process by reducing repetitive tasks and ensuring consistency across your Express.js projects.
Features
- Automated File Generation: Quickly generate controllers, routes, services, repositories, and models.
- Customizable Templates: Modify the built-in templates or create your own to suit your project's needs.
- Directory Management: Automatically creates the necessary directories if they don't exist.
- Simple CLI Commands: Intuitive commands to generate specific CRUD components.
Installation
To install CRUDGen globally on your machine, use the following command:
npm install -g crudgen