create-nestjs_structure

1.0.20 • Public • Published

Create Nestjs Structure

Initialize a nest structure with create-nestjs_structure.

How To Start

The simplest way to get started is to use npx:

npx

npx create-nestjs_structure nest_demo
cd nest_demo
npm start

npm

npm init nestjs_structure <project name>

npm init is available in npm 6+

yarn

yarn create-nestjs_structure <project name>

Steps for creation module for this structure

Package Sidebar

Install

npm i create-nestjs_structure

Weekly Downloads

1

Version

1.0.20

License

ISC

Unpacked Size

24.9 kB

Total Files

19

Last publish

Collaborators

  • dev_aditya_pandey