Rafacli - NestJS & Angular Generator CLI

February 5, 2025 ยท View on GitHub

rafacli is a command-line tool designed to generate authentication and CRUD modules (and more soon) for NestJS and Angular applications. It streamlines the development process by automating boilerplate code creation, reducing repetitive tasks, and ensuring consistency across projects.

Features

  • ๐Ÿ”’ Authentication Module: Quickly generate authentication logic for NestJS and Angular.
  • ๐Ÿ“ฆ CRUD Module Generator: Create fully functional CRUD operations with TypeORM integration.
  • โšก Fast and Scalable: Designed for efficient development with clean and structured code.
  • ๐Ÿ› ๏ธ Customizable: Supports different configurations to adapt to various project needs.

Installation

To install rafacli globally, run:

npm install -g rafacli
rafacli

To use locally, run:

git clone https://github.com/rafa00716/rafacli.git
cd rafacli
npm i
npm run start

Output Console

image

Contributing

Contributions are welcome! Feel free to open issues and submit pull requests to improve rafacli.

License

MIT License. See LICENSE for details.


๐Ÿš€ Speed up your NestJS & Angular development with rafacli!