2.0.1 • Published 5 years ago

@realvikas/nodegen v2.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

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

2.0.1

5 years ago

2.0.0

5 years ago

2.0.0-1.2

5 years ago

2.0.0-1.1

5 years ago

2.0.0-1.0

5 years ago

1.3.2

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago