1.1.0 • Published 5 months ago
nest-setup v1.1.0
NestJS Setup CLI
A command-line tool to automate the setup of a NestJS project with JWT authentication, Prisma integration, and standardized response handling.
Global Installation
Warning: It is recommended to install
nest-setup
globally using the-g
flag to make it accessible across your system. Installing packages globally can affect system-wide configurations, so ensure you trust the source before proceeding.Warning: This package is intended for personal use. Please consider this carefully before installing it.
To install the nest-setup
package globally, use the following command:
npm install -g nest-setup
Usage
Navigate to the newly created project directory:
cd <project-folder-name>
Run the setup script:
nest-setup
In addition if you also want to setup Basic Authentication run the auth setup script
nest-auth