1.0.4 • Published 7 years ago

generator-loopback-module v1.0.4

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

generator-loopback-module

Module generation for loopback framework

|-- ModuleName
        |-- controllers.js
        |-- hooks.js
        |-- index.js
        |-- methoods.js

Main idea of generator - separation module code into files divided by functionality to avoid long files and cleaner code climate.

Install

npm install -g generator-loopback-module

Usage

yo loopback-module

Answer the generator questions and you will have generated module structure for loopback. Enjoy!

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago