Package Exports
- rangoli-color
- rangoli-color/lib/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (rangoli-color) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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!!!"));