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

22 lines
374 B
JavaScript

'use strict';
module.exports = {
description: 'Generates a Consul HTTP ember-data adapter',
availableOptions: [{ name: 'base-class', type: String }],
root: __dirname,
fileMapTokens(options) {
},
locals(options) {
// Return custom template variables here.
return {
};
}
// afterInstall(options) {
// // Perform extra work here.
// }
};