@realvikas/nodegen

2.0.1Β β€’Β PublicΒ β€’Β Published

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

Package Sidebar

Install

npm i @realvikas/nodegen

Weekly Downloads

0

Version

2.0.1

License

MIT

Unpacked Size

28.1 kB

Total Files

20

Last publish

Collaborators

  • realvikas