1.0.23 • Published 2 years ago
create-nodejs-structure v1.0.23
Create Nodejs Structure
Initialize a node structure with create-nodejs-structure.
How To Start
The simplest way to get started is to use npx
:
npx
npx create-nodejs-structure node_demo
cd node_demo
cp env.example .env
mkdir uploads
npm start
npx comes with npm 5.2+ and higher, see instructions for older npm versions
npm
npm init nodejs-structure <project name>
npm init is available in npm 6+
yarn
yarn create nodejs-structure <project name>
yarn create is available in Yarn 0.25+
Steps for creation module for this structure
cd node_demo/lib/module/v1
npx
npx create-nodejs-project-module <module name>
npm
npm init nodejs-project-module <module name>
yarn
yarn create nodejs-project-module <module name>
1.0.23
2 years ago
1.0.22
5 years ago
1.0.21
5 years ago
1.0.20
5 years ago
1.0.19
5 years ago
1.0.18
5 years ago
1.0.17
5 years ago
1.0.16
5 years ago
1.0.15
5 years ago
1.0.14
5 years ago
1.0.13
5 years ago
1.0.12
5 years ago
1.0.9
5 years ago
1.0.11
5 years ago
1.0.10
5 years ago
1.0.8
5 years ago
1.0.7
5 years ago
1.0.6
5 years ago
1.0.5
5 years ago
1.0.4
5 years ago
1.0.3
5 years ago
1.0.2
5 years ago
1.0.1
5 years ago
1.0.0
5 years ago