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

bugatti-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

bugatti-logo

Print the iconic Bugatti logo to the console!

latest
Source
npmnpm
Version
1.0.1
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

Print the iconic Bugatti logo to the console using unicode box characters!

Minimum terminal width: 55 characters

How it Looks

What bugatti-logo prints to the console

Logo outline: What bugatti-logo prints to the console

The actual Bugatti logo

Usage

Via npx:

Print filled logo:

$ npx bugatti-logo

Print logo outline:

$ npx bugatti-logo --outline

Via Global Install

$ npm install --global bugatti-logo
$ bugatti-logo

Via Import

$ npm install bugatti-logo

then:

const bugatti = require('bugatti-logo');
console.log(bugatti.logo);  // Filled logo
console.log(bugatti.logo_outline);  // Logo outline
  • ferrari-logo - Print the Ferrari logo to the console!
  • corvette-logo - Print the Corvette logo to the console!

Keywords

Bugatti

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