1.0.0 • Published 6 years ago

gucci-gang v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

gucci-gang

Gucci gang, Gucci gang, Gucci gang, Gucci gang, Gucci gang, Gucci gang, Gucci gang

npm Build Status license code style: prettier semantic-release

Installation

npm install gucci-gang

Not sure why you would ever install this though.

Usage

The simplest way to use this package is to use the CLI:

$ npx gucci-gang

This will print an ASCII art picture of Lil Pump to your terminal, like so:

npm.io

You can alternatively use the programmatic API:

import gucciGang from 'gucci-gang'

gucciGang()
  .then(text => console.log(text))
  .catch(err => console.error(err))