zello
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

Zello

Easy to use logger with tons of options

Quick Start

const zello = require("zello");

zello.custom("Magic!", {
  color: "blue", // color the text will appear
  text: "alert", // what the text will state
});

Methods

info();
warning();
success();
error();
custom();

Package Sidebar

Install

npm i zello

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

2 kB

Total Files

6

Last publish

Collaborators

  • r6nted