UNPKG

bricks-cli

Version:

Command line tool for developing ambitious ember.js apps

16 lines (13 loc) 252 B
function Addon() { this.name = "Ember CLI Addon Command Test" return this; } Addon.prototype.includedCommands = function() { return { 'AddonCommand': { name: 'addon-command', aliases: ['ac'] } }; } module.exports = Addon;