meska.js

1.0.5 • Public • Published

Discord server NPM version NPM downloads

npm installnfo

Table of contents

About

meska.js is a powerful Node.js module.

Installation

Node.js 14.0.0 or newer is required.
Ignore any warnings about unmet peer dependencies, as they're all optional.

npm install meska.js

Example usage

const Meska = require("meska.js");
let Logger = new Meska.Logger();

Logger.log("MESKA.JS", "Test Message.", true);
Logger.info("MESKA.JS", "Test Message.", true);
Logger.success("MESKA.JS", "Test Message.", true);
Logger.warn("MESKA.JS", "Test Message.", true);
Logger.error("MESKA.JS", "Test Message.", true);

Links

Help

If you don't understand something in the documentation, you are experiencing problems, or you just need a gentle nudge in the right direction, please don't hesitate to join our official Discord Server.

Package Sidebar

Install

npm i meska.js

Weekly Downloads

8

Version

1.0.5

License

MIT

Unpacked Size

7.76 kB

Total Files

6

Last publish

Collaborators

  • meskajs