rangoli-color
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

npm downloads

rangoli-color library

colorful console with rangoli-color

This package won't mess with built-ins and provides neat and clean colorful response in your console

Installation

$ npm install rangoli-color

Uses

Uses:

import { Rangoli } from "rangoli-color";

or

const { Rangoli } = require("rangoli-color");

Output with color text:

console.log(Rangoli.success("success message here!!!"));
console.log(Rangoli.danger("failed message here!!!"));
console.log(Rangoli.info("info message here!!!"));
console.log(Rangoli.warning("warning message here!!!"));
console.log(Rangoli.primary("primary message here!!!"));

Typing Animation Displays My Roles

Input Output Campus

Package Sidebar

Install

npm i rangoli-color

Weekly Downloads

0

Version

1.1.1

License

ISC

Unpacked Size

3.13 kB

Total Files

4

Last publish

Collaborators

  • rajesh-gole