All Projects → tuxoff → generator-loopback-module

tuxoff / generator-loopback-module

Licence: MIT license
Module generation for loopback framework

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to generator-loopback-module

Loopback Next
LoopBack makes it easy to build modern API applications that require complex integrations.
Stars: ✭ 3,972 (+30453.85%)
Mutual labels:  loopback
Loopback Component Jsonapi
JSONAPI support for loopback.
Stars: ✭ 104 (+700%)
Mutual labels:  loopback
learn-how-to-build-a-mean-stack-application
The goal of this tutorial is to guide you through the coding of a full-stack JavaScript example application project and connecting a backend API to an Angular 5 front-end application employing the MEAN stack.
Stars: ✭ 55 (+323.08%)
Mutual labels:  loopback
Loopback Include Through Mixin
A mixin to enable including Through model properties
Stars: ✭ 15 (+15.38%)
Mutual labels:  loopback
Loopback Component Access Groups
Access controls for Loopback.
Stars: ✭ 56 (+330.77%)
Mutual labels:  loopback
Loopback4 Starter
Loopback 4 starter application. Multi-tenant architecture supported. Authentication, Authorization, Soft deletes, environment vars, Audit logs, included.
Stars: ✭ 109 (+738.46%)
Mutual labels:  loopback
loopback-paginator
No description or website provided.
Stars: ✭ 13 (+0%)
Mutual labels:  loopback
MultiOS-USB
Boot operating systems directly from ISO files
Stars: ✭ 106 (+715.38%)
Mutual labels:  loopback
Ansible Provisioning Tywin
Generate your Ansible provisioning for Symfony2, Laravel and Node.js projects
Stars: ✭ 67 (+415.38%)
Mutual labels:  loopback
Generator Loopback Vue
app版本管理,(热更新)前后端分离,vue page分页功能,authenticate 权限控制,accesstoken机制,credentials,CI,docker
Stars: ✭ 202 (+1453.85%)
Mutual labels:  loopback
Generator Angular Auto Admin Loopback
Generator for automatic CRUD angular backend for loopback apps and apis
Stars: ✭ 32 (+146.15%)
Mutual labels:  loopback
Demo Loopback
Developing a complete REST API with Loopback
Stars: ✭ 37 (+184.62%)
Mutual labels:  loopback
Managedbass
.Net Wrapper for 'Bass' Audio Library
Stars: ✭ 131 (+907.69%)
Mutual labels:  loopback
Loopback Sdk Builder
Tool for auto-generating Software Development Kits (SDKs) for LoopBack
Stars: ✭ 407 (+3030.77%)
Mutual labels:  loopback
flex-originals
🎧 A video and audio streaming web application
Stars: ✭ 36 (+176.92%)
Mutual labels:  loopback
Loopback Datasource Juggler
Connect Loopback to various Data Sources
Stars: ✭ 268 (+1961.54%)
Mutual labels:  loopback
Colmena
Colmena is a starter kit for an API with an Admin interface that can be easily extended and built upon.
Stars: ✭ 1,420 (+10823.08%)
Mutual labels:  loopback
nuxt-loopback
Nuxt + Loopback template
Stars: ✭ 11 (-15.38%)
Mutual labels:  loopback
loopback-component-mq
Loopback Component for working with a Message Queue
Stars: ✭ 19 (+46.15%)
Mutual labels:  loopback
Fireloop.io
Modern Real-Time Platform by MEAN Expert
Stars: ✭ 176 (+1253.85%)
Mutual labels:  loopback

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.

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!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].