/nta-colors

make your nodejs console more colorful

Primary LanguageJavaScriptMIT LicenseMIT

Installation:

 npm i nta-colors

Examples:

 const ncolors = require("nta-colors");
 
 console.log(ncolors.<ot/fg/bg>.<color>, "Hello World");
  //returns the console with the chosen color

Options:

    ot: {
        reset, bright, dim, underscore, blink, reverse, hidden,
    },
    fg: {
        black, red, green,  yellow, blue, magenta, cyan, white, crimson
    },
    bg: {
        black, red, green, yellow, blue, magenta, cyan, white, crimson
    }

License