sherbet

1.0.2 • Public • Published

sherbet for nodejs

GitHub code size in bytes GitHub issues Build

Terminal font aesthetics for NodeJS.

sherbet example

Install Sherbet

npm i sherbet@latest

Sprinkle some on

import {Sherbet} from "sherbet";

const s = new Sherbet()

const Tick = s.coat(
    '✔︎',
    s.fGreen,
    s.bright,
)

const Success = s.coat(
    'Success!',
    s.underscore,
    s.bright
)

console.log(Tick, Success, s.coat('Hello world...', s.dim))

Package Sidebar

Install

npm i sherbet

Weekly Downloads

2

Version

1.0.2

License

MIT

Unpacked Size

7.71 kB

Total Files

7

Last publish

Collaborators

  • arivictor