UNPKG

@stacksjs/cli

Version:

TypeScript framework for CLI artisans. Build beautiful console apps with ease.

65 lines (62 loc) 851 B
import type { Collection } from '@stacksjs/collections'; export declare let quotes: Collection<string[]>; export { align, box, centerAlign, colorize, colors, getColor, leftAlign, rightAlign, stripAnsi, } from 'consola/utils' export { ansi256, ansi256Bg, bgBlack, bgBlue, bgCyan, bgGray, bgGreen, bgLightBlue, bgLightCyan, bgLightGray, bgLightGreen, bgLightMagenta, bgLightRed, bgLightYellow, bgMagenta, bgRed, bgWhite, bgYellow, black, blue, bold, cyan, dim, gray, green, hidden, inverse, italic, lightBlue, lightCyan, lightGray, lightGreen, lightMagenta, lightRed, lightYellow, link, magenta, red, reset, strikethrough, stripColors, trueColor, trueColorBg, underline, white, yellow, } from 'kolorist' export * as kolorist from 'kolorist'