0.2.1 • Published 7 years ago

burgerjs-logo v0.2.1

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

Build Status codecov npm Turbo Commit bitHound Code Climate

burgerjs-logo

ASCII art logo for burgerjs-cli

Install

npm install burgerjs-logo

How to use

var logo = require('burgerjs-logo');

logo.print();

The color can be especify by param.. The color allowed are the supported by the library colors

var logo = require('burgerjs-logo');

logo.print({'color': 'yellow'});

Oneline terminal run:

node -e "require('burgerjs-logo').print({'color': 'yellow'})"
0.2.1

7 years ago

0.2.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.1

7 years ago