1.0.6 • Published 1 year ago

poke-print v1.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

poke-print

console logging with cool colors

Installation

npm install poke-print

Usage

you can enter properties argument as an array or a string !!

// require:
const pprint = require('poke-print')

// array examples:
pprint('chalk example', ['red', 'underline'])
pprint('gradient-string example', ['instagram'])
pprint('chalk-animtion example', ['neon'])

// string examples:
pprint('chalk example', '.blue.inverse')
pprint('gradient-string example', '("cyan", "gold")')
pprint('chalk-animtion example', 'karaoke')

poke-print example
theres also an optional time argument !!

pprint('hello there', 'instagram', true)
pprint('cool time thing', ['green', 'strikethrough', 'inverse'], true)

poke-print example #2

Modules Used

chalk
gradient-string
chalk-animation

dm me if u have any issues !! @poky#0001

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago