open-consul/ui/packages/consul-ui/blueprints/model/index.js

22 lines
379 B
JavaScript

/*eslint node/no-extraneous-require: "off"*/
'use strict';
const path = require('path');
module.exports = {
description: 'Generates a Consul HTTP ember-data model',
availableOptions: [],
root: __dirname,
locals(options) {
// Return custom template variables here.
return {
};
}
// afterInstall(options) {
// // Perform extra work here.
// }
};