terminalcolors.js
TypeScript icon, indicating that this package has built-in type declarations

1.0.9 • Public • Published

Terminal.js

Terminal.js: The best terminal colorizer. terminal.js is able to make the terminal have any color you want! Even custom RGB colors if you're feeling like it!

Usage:

First, require it.

require("terminalcolors.js");

console.log("hello".green());

Note: If you want to use multiple styles, you must use the following syntax:

const color = require("terminalcolors.js");

console.log(color.bold("hello".blue()));

IMPORTANT If you are using an older version of node, the "string".blue() syntax might work. If so, try the following instead:

const color = require("terminalcolors.js");

console.log(color.blue("string"))'

The export will look like this: (for reference)

{
    full: {
        ...basic,
        font: fonts,
        reset,
        ...foreground,
        background,
        highIntensity: {
            ...foreground_high_intensity,
            background: background_high_intensity
        }
    }
}

For a full list of options, check list.js

Package Sidebar

Install

npm i terminalcolors.js

Weekly Downloads

1

Version

1.0.9

License

MIT

Unpacked Size

23.4 kB

Total Files

10

Last publish

Collaborators

  • battledash2