spirometaxas / corvette-logo

Print the iconic Corvette logo to the console!

Home Page:https://www.npmjs.com/package/corvette-logo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

corvette-logo

Print the iconic Corvette C6 logo to the console using unicode box characters!

Minimum terminal width: 116 characters

How it Looks

What corvette-logo prints to the console

The Actual Corvette C6 Logo

The actual Corvette C6 logo

Usage

Via npx:

Print icon and text:

$ npx corvette-logo

Print just the icon:

$ npx corvette-logo --icon

Print just the text:

$ npx corvette-logo --text

Via Global Install

$ npm install --global corvette-logo
$ corvette-logo

Via Import

$ npm install corvette-logo

then:

const corvette = require('corvette-logo');
console.log(corvette.logo);  // Icon and text
console.log(corvette.icon);  // Icon only
console.log(corvette.text);  // Text only

Related

About

Print the iconic Corvette logo to the console!

https://www.npmjs.com/package/corvette-logo

License:MIT License


Languages

Language:JavaScript 100.0%