1.1.0 • Published 5 months ago

nest-setup v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

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

  1. Navigate to the newly created project directory:

    cd <project-folder-name>
  2. Run the setup script:

    nest-setup
  3. In addition if you also want to setup Basic Authentication run the auth setup script

    nest-auth
1.1.0

5 months ago

1.0.9

6 months ago

1.0.8

6 months ago

1.0.7

6 months ago

1.0.6

6 months ago

1.0.5

6 months ago

1.0.4

6 months ago

1.0.3

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago