A simple ASCII art logo maker for the Terminal
npm install turbo-logo
var turboLogo = require('turbo-logo');
turboLogo('Hello World!!')node -e 'require("turbo-logo")("Hello World!")'Of course..
node -e 'require("turbo-logo")("Hello World!", "red")'Avialables colors: red,green,yellow,blue,white,magenta, cyan, grey , gray & black
The colors are the supported by the library colors
Pff.. yeah
well we can use the dataOnly parameter:
node -e 'require("turbo-logo")("Hello World!", "red", { "font": "Ghost", "dataOnly": true})'

