rainbown-node
v0.0.1-alpha
Published
Bring your terminal to life! rainbow-node lets you print stunning, per-character rainbow-colored messages in your Node.js console with zero setup.
Downloads
6
Readme
About rainbow-node
rainbow-node is an open-source, free-to-use npm module designed to bring a dreamy, colorful vibe to your coding experience.
It enables terminal coloring and more, allowing you to make your console output vivid and visually appealing.
Features
- Terminal coloring: Changes your console object and makes logs colorable! If you want you can use functions.
- And More!: Sorry, we cant type everything. Soo i hope you look downs!
Installation
rainbow-node is accessible from npm/yarn. Follow these steps to download rainbow-node!
For NPM:
npm i rainbow-nodeFor Yarn:
yarn add rainbow-nodeUsing rainbow-node
const rn = require("rainbow-node"); // import * as rn from "rainbow-node"; if you use ts or any.
rn.log("Hello World!")
//logs the Hello World! text as colored.Note
This is code-based only and does not do changes on your pc or your IDE.
Notices
- Changes some things: rainbow-node changes global things like console and more, if you going to use you need to know you cant disable that.
