You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
consul/ui/packages/consul-ui/blueprints/model/index.js

20 lines
304 B

'use strict';
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.
// }
};