New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

corvette-logo

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

corvette-logo

Print the iconic Corvette C6 logo to the console!

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

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

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
  • ferrari-logo - Print the Ferrari logo to the console!
  • bugatti-logo - Print the Bugatti logo to the console!

Keywords

Corvette

FAQs

Package last updated on 04 May 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts