UNPKG

wikibase-cli

Version:

A command-line interface to Wikibase

14 lines (12 loc) 400 B
import chalk from 'chalk' export const bgBlue = chalk.bgBlue export const bgGreen = chalk.bgGreen export const bgMagenta = chalk.bgMagenta export const blue = chalk.blue export const cyan = chalk.cyan export const green = chalk.green export const grey = chalk.grey export const inverse = chalk.inverse export const red = chalk.red export const white = chalk.white export const yellow = chalk.yellow