ultra-color

ultra-color is an incredible colours library to add lots of colour to your terminal with minimal syntax!

Usage no npm install needed!

<script type="module">
  import ultraColor from 'https://cdn.skypack.dev/ultra-color';
</script>

README

🎨 Colours 🎨

ultra-color is an incredible colours library to add lots of colour to your terminal with minimal syntax!

✨ Installation ✨

use the npm command:

npm install ultra-color --save

to download the module and save it to your Dependencies

🎉 Usage 🎉

const c = require("ultra-color")

blue("hello world") //outputs blue text
BrightBlue("hello world")
blueU("hello world") //outputs blue underlined text

📜 Colour and styles 📜

text colours

black
red
green
yellow
blue
magenta
cyan
white
gray
grey

bright text colors

BrightRed
BrightGreen
BrightYellow
BrightBlue
BrightMagenta
BrightCyan
BrightWhite

underlined text

blackU
redU
greenU
yellowU
blueU
magentaU
cyanU
whiteU
grayU
greyU

extra styles

rainbow
zebra
america
trap
random