turbo-logo

0.4.1 • Public • Published

Build Status codecov npm Turbo Commit bitHound Code Climate

turbo-logo

A simple ASCII art logo maker for the Terminal

Install

npm install turbo-logo

How to Use

    var turboLogo = require('turbo-logo');
 
    turboLogo('Hello World!!')

One line terminal test:

node -e 'require("turbo-logo")("Hello World!")'

What do I get?

Screenshot

Can I change the colors?

Of course..

node -e 'require("turbo-logo")("Hello World!", "red")'
Screenshot2

Avialables colors: red,green,yellow,blue,white,magenta, cyan, grey , gray & black

The colors are the supported by the library colors

Can I change the font?

Pff.. yeah

Screenshot3

What if I only want the string as result?

well we can use the dataOnly parameter:

node -e 'require("turbo-logo")("Hello World!", "red", { "font": "Ghost", "dataOnly": true})'

More is comming...

Readme

Keywords

Package Sidebar

Install

npm i turbo-logo

Weekly Downloads

31

Version

0.4.1

License

MIT

Last publish

Collaborators

  • sfabrizio