navr

1.0.0 • Public • Published

NAVR: Scalling prototype tool for console logging in JavaScript.

NAVR offers an easy-to-use tool to log in console more easily, permitting developers creating nice loggers for their applications.

Installation

The installation is prompted by the following command:

$ npm install navr

Usage

This is very easy to use, so we will explain it with one example:

const navr = require('navr')

navr.log({
    prefixColor: 'blue',
    prefix: '[ INFO ]',
    withTime: true,
    description: 'This is an example.'
})

Options:

prefixColor: it can be of several colors, this determines the color of the prefix. STRING prefix: it is the prefix that will be shown on console. STRING withTime: determines if the logger shows day and hour or not. BOOLEAN description: the description in the logger. STRING

Contributing

You can contribute in the Github Repository. If you have any issue feel free to open an issue here or contact Aidak#0001

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    0

Package Sidebar

Install

npm i navr

Weekly Downloads

0

Version

1.0.0

License

Apache-2.0

Unpacked Size

15.9 kB

Total Files

6

Last publish

Collaborators

  • auditive_jax