Skip to content

weebthedev/primebit.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

primebit.js

npm version license

A clean and simple logging utility for Node.js applications.

Table of Contents

Introduction

What is primebit? primebit.js is an npm package that gives users the ability to log things in a clean way! It provides developers with an efficient way to log messages in their Node.js applications, offering multiple log types and customization options to enhance your logging experience.

Features

  • ✨ Types: Supports four different log types:

    • log (default)
    • error
    • warning
    • success

Miscellaneous

  • ⚙️ Options: different options to customize your logs:

    • filled - adds a filled color for the log.

Note

More options wil be added soon.

Installation

To install primebit.js, you can do the following:

npm install primebit.js

Example

const p = require("primebit.js")

p.log("Hello World!", {
  options: {
    filled: true
  }
});

About

a npm package capable of customizable logging features.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages