Skip to content

labs-js/turbo-logo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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...

About

A simple ASCII art logo maker for the terminal

Resources

License

Stars

Watchers

Forks

Packages

No packages published