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

1.1.0 • Public • Published

☢️ Console Logger with Emoji Support

Build Status Code Style

Install

npm install mija

Usage

Screenshot

const mija = require('mija');
 
mija.success('Success!');

API

mija.option(text);

or

mija.custom(emoji, text);

option

Any available option.

text

Type: string

Custom message.

emoji

Type: string

Custom emoji. Can only be used with mija.custom.

Options

info

warn

error

success

magic

inprogress

stop

repeat

experimental

danger

custom

Related

  • xa - Simple console logger, that works in Node.js, Electron and the Browser

License

MIT

Package Sidebar

Install

npm i mija

Weekly Downloads

4

Version

1.1.0

License

MIT

Unpacked Size

92.4 kB

Total Files

12

Last publish

Collaborators

  • akepinski