UNPKG

@ryannerd/ember-toggle-button

Version:

Ember CLI ember-toggle-button component add-on.

22 lines (18 loc) 665 B
/* jshint node: true */ 'use strict'; module.exports = { name: 'ember-toggle-button', included: function(app) { this._super.included(app); this.ui.writeLine(" ___ _ _ _"); this.ui.writeLine("| _ \\_ _ __ _ _ _ | \\| |___ _ _ __| |"); this.ui.writeLine("| / || / _` | ' \\| .` / -_) '_/ _` |"); this.ui.writeLine("|_|_\\\\_, \\__,_|_||_|_|\\_\\___|_| \\__,_|"); this.ui.writeLine(" |__/ "); this.ui.writeLine("--------------------------------------"); this.ui.writeLine(" ember-toggle-button "); this.ui.writeLine("--------------------------------------"); } };