1.2.3 • Published 3 years ago

conative-nodejs v1.2.3

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

install size

Browser Support

ChromeFirefoxSafariOperaEdgeIE
Latest ✔Latest ✔Latest ✔Latest ✔Latest ✔8 ✔

NOTE

This NPM Module is based on express-generator. It will use express, ejs, mysql. and using MVC Pattern.

It is an npm module that I made for my convenience, and if you find a bug while using it because you are interested, I would appreciate it if you let me know. :)

Git : https://github.com/Positive-Conative/conative-nodejs Npm : https://www.npmjs.com/package/conative-nodejs

Install

  • npm i -g conative-nodejs

Using

Options

  • -n, --n <path/directory name> : Required fields
  • -s, --strict : Use strict Mode.
  • -v, -ver : Check version.

Directory Tree

conative-nodejs -n helloworld

helloworld
├── package.json
└── src
    ├── app.js
    ├── bin
    │   └── www
    ├── config
    │   └── dbConnection.js
    ├── controllers
    │   └── indexController.js
    ├── models
    │   └── testDAO.js
    ├── routers
    │   ├── index.js
    │   └── test.js
    ├── services
    │   └── indexService.js
    └── views
        ├── error.ejs
        └── index.ejs

Code Flow

Router → Controller → Service → Model

  • /router/index.js
  • /controllers/indexController.js
  • /services/indexService.js
  • /models/testDAO.js
1.2.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

0.2.21

3 years ago

1.2.1

3 years ago

0.2.33

3 years ago

0.2.32

3 years ago

0.2.31

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.2.7

3 years ago

0.2.6

3 years ago

0.2.8

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.5

3 years ago

0.2.4

3 years ago

0.1.7-beta

3 years ago

0.1.6-beta

3 years ago

0.1.5-beta

3 years ago

0.1.4-beta

3 years ago

0.1.3-beta

3 years ago

0.1.2-beta

3 years ago

0.1.1-beta

3 years ago

0.1.0-beta

3 years ago