Skip to content

sfabrizio/burgerjs-logo

Repository files navigation

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 of the logo can be especify by param. The colors 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'})"