1.0.7 • Published 1 year ago

nestjs-api-generator v1.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

nestjs-api-generator

nestjs-api-generator creates an API folder by duplicating the target folder.

Installation

npm i nestjs-api-generator

Usage

  1. Create a template folder under the src folder.

  2. Run the command below

api -h
  1. The usage method is the similar as the cp command.
api -s <socure foler name> -t <target folder name>
# api -s template -t posts

🔥 Be sure to create the template folder under src. 🔥

Example

Contact

Seog Donggeun - seogdonggeun@gmail.com

Project Link: nestjs-api-generator