1.0.1 • Published 4 years ago
corvette-logo v1.0.1
corvette-logo
Print the iconic Corvette C6 logo to the console using unicode box characters!
Minimum terminal width: 116 characters
How it Looks

The Actual Corvette C6 Logo

Usage
Via npx:
Print icon and text:
$ npx corvette-logoPrint just the icon:
$ npx corvette-logo --iconPrint just the text:
$ npx corvette-logo --textVia Global Install
$ npm install --global corvette-logo
$ corvette-logoVia Import
$ npm install corvette-logothen:
const corvette = require('corvette-logo');
console.log(corvette.logo); // Icon and text
console.log(corvette.icon); // Icon only
console.log(corvette.text); // Text onlyRelated
- ferrari-logo - Print the Ferrari logo to the console!
- bugatti-logo - Print the Bugatti logo to the console!