0.0.3 • Published 9 years ago

hubotfy v0.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

hubotfy

Get an ascii type hubot.

                     ________________________
                    /                        \
                    |                        |
           _____    |      Hello, there?     |
  //\\    /_____\   \                        /
  \\//+  |[^_/\_]|   /-----------------------
  |   | _|___@@__|__
  +===+/  ///     \_\
   | |_\ /// HUBOT/\\
   |___/\//      /  \\
         \      /   +---+
          \____/    |   |
           | //|    +===+
            \//      |xx|

How to get one ??

$ npm install hubotfy
var hubotfy = require('hubotfy');
var opt = {
  message  : 'Hello, there?',
  template : 'default',
  color    : true
}

console.log( hubotfy(opt) );
0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago