create-nodejs-project-module
v1.0.4
Published
Initialize a nodejs module with create-nodejs-module for this node structure(https://github.com/rahul2104/demo-node)
Downloads
12
Maintainers
Readme
Create Nodejs Project Module
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+
##Steps for creation node js structure