1.0.23 • Published 3 years ago

create-nodejs-structure v1.0.23

Weekly downloads
4
License
MIT
Repository
github
Last release
3 years ago

Create Nodejs Structure

NPM Version Node Version NPM Downloads NPM License

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

3 years ago

1.0.22

6 years ago

1.0.21

6 years ago

1.0.20

6 years ago

1.0.19

6 years ago

1.0.18

6 years ago

1.0.17

6 years ago

1.0.16

6 years ago

1.0.15

6 years ago

1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.9

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago