UNPKG

ember-cli

Version:

Command line tool for developing ambitious ember.js apps

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