generator-loopback
Version:
Yeoman generator for LoopBack
17 lines (14 loc) • 550 B
JavaScript
// Copyright IBM Corp. 2015,2019. All Rights Reserved.
// Node module: generator-loopback
// This file is licensed under the MIT License.
// License text available at https://opensource.org/licenses/MIT
;
module.exports = function(app) {
/*
* The `app` object provides access to a variety of LoopBack resources such as
* models (e.g. `app.models.YourModelName`) or data sources (e.g.
* `app.datasources.YourDataSource`). See
* https://loopback.io/doc/en/lb3/Working-with-LoopBack-objects.html
* for more info.
*/
};