Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

code-colorify

iamprinceraj9ISC1.1.1

A npm library to generte stylish logs

colorify, code-colorify, log-colorify, color, color-string, colored, colored-log, info-color, colorify-code

readme

Currency Converter

A simple npm library to converting from one currency to another

Table of Contents

Installation

To install the library, run:

npm i code-colorify

Usage

First, import the library

import { Log } from 'code-colorify';

Log.success("You Text in Green color")
Log.danger("You Text in Red color")
Log.success("You Text in Black color with yellow background")