0.0.12 • Published 4 years ago

dx-gen v0.0.12

Weekly downloads
12
License
ISC
Repository
-
Last release
4 years ago

dx-gen

Generate Nodejs / Expressjs based project with just a cli command.

Instructions

Setup

npm i -g dx-gen

New Project

dx-gen --project [name]

cd [Project Dir]

npm i

New API Module

dx-gen --api [name]

Import & Declare newly generated routes in src/routes.js

Auth Module

dx-gen --auth [name]

Import & Declare newly generated Auth routes in src/routes.js

Start DEV server

For this you will need nodemon module.

npm i -g nodemon

npm run start:dev

Start Production server

For this you will need pm2 module.

npm i pm2

npm run start:prod

0.0.10

4 years ago

0.0.11

4 years ago

0.0.12

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.3

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago