Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

console-ink

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

console-ink

A simple log styling system.

  • 0.0.8
  • unpublished
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

console-ink

A simple and lightweight advanced console styling.

What is this?

This package is containing a simple utility to make your console more catchy. This can be used as a alternative of console.log();or can be sayed as the remastered one.

Features

  • Time at the beginning of the log
  • Colored console
  • Support bold
  • Simple and beginners friendly.

To providing a lightweight and simple environment, we only add those features. New feature will be added later only if its useful or important.

Usage

First you need to install the package.

npm i console-ink

Afterwards, define the libraries to your code

const log = require('console-ink');

Now you can start using it with

log.info('Hello! This is a info.');

Example: Info Log

Keywords

FAQs

Package last updated on 10 Dec 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc