Skip to content

numToStr/nodegen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

62 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

nodegen

A CLI tool for creating nodejs app πŸš€

Installation

$ npm install -g @realvikas/nodegen

After installation you have access to the binary. You can use the following command to verify the installation.

nodegen -v

For getting help about the cli

nodegen --help

Quick Start

Creating the app:

$ nodegen init

This command will guide you to a series of question.

Project Structure

> app
    > {component}
        - {component}.controllers.js
        - {component}.dal.js
        - {component}.model.js
        - {component}.routes.js
    - app.js
> bin
    - www.js
> config
    - keys.js
> src
    - server.js
> utils
    - error.js
.env
.eslintignore
.eslintrc.json
.gitignore
LICENSE
README.md
package.json

License

MIT