Skip to main content
Module

x/cliffy/examples/ansi/colors.ts

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
File
import { colors } from "../../ansi/colors.ts";
console.log( colors.bold.underline.rgb24("Welcome to Deno.Land!", 0xff3333),);