Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.29 KB

README.md

File metadata and controls

42 lines (32 loc) · 1.29 KB

Create Nodejs Project Module

NPM Version Node Version NPM Downloads NPM License

Initialize a nodejs module with create-nodejs-module for this node structure(https://github.com/rahul2104/demo-node)

How To Start

The simplest way to get started is to use npx:

npx

npx create-nodejs-project-module <module name>

npm

npm init nodejs-project-module <module name>

npm init is available in npm 6+

yarn

yarn create nodejs-project-module <module name>

yarn create is available in Yarn 0.25+