nodejs-init

0.0.1 • Public • Published

nodejs-init

Documentation

  1. Installation
  2. Usage
  3. Structure

Installation

Get started with nodejs-init by installing the node module with yarn or npm:

npm install -g nodejs-init

or

yarn add global nodejs-init

Usage

nodejs-init <project-name>

Structure

  .
  ├──package.json
  ├──index.js
  ├──debugging:
  │   └──index.js
  └──src:
      ├──assets:
      │   ├──package.json
      │   ├──index.js
      │   └──data:
      │       ├── ...
      │       └──index.js
      ├──configs:
      │   ├──package.json
      │   └──index.js
      ├──routers:
      │   ├──package.json
      │   └───index.js
      ├──db:
      │   ├──package.json
      │   ├──index.js
      │   ├──models:
      │   │   ├── ...
      │   │   └──index.js
      │   ├──migrations:
      │   │   ├── ...
      │   │   └──index.js
      │   └──seeds:
      │       ├── ...
      │       └──index.js
      ├──core:
      │   ├── ...
      │   ├──package.json
      │   └───index.js
      ├──utils:
      │   ├──package.json
      │   ├──index.js
      │   ├──strings.js
      │   ├──constants.js
      │   ├──functions.js       
      │   └──types.js
      └──app.js

Package Sidebar

Install

npm i nodejs-init

Weekly Downloads

1

Version

0.0.1

License

ISC

Unpacked Size

7.84 kB

Total Files

4

Last publish

Collaborators

  • luanluu