Skip to content

A simple tool that allows you to check your command-line theme.

Notifications You must be signed in to change notification settings

joeleisner/cli-theme-test

Repository files navigation

CLI Theme Test

A simple tool that allows you to check your command-line theme.

A screen shot of the tool in action

How to Install

npm i -g cli-theme-test

How to Use

Once the package is installed globally, run the tool in your terminal of choice:

# Default output
cli-theme-test

# Text colors only
cli-theme-test -t

# Background colors only
cli-theme-test -b

# Prints "lorem ipsum" with the colors
cli-theme-test "lorem ipsum"

Options

  • -V, --version: Outputs the version number
  • -b, --background: Limits the test to background colors
  • -t, --text: Limits the test to text colors
  • -h, --help: Displays CLI help

Arguments

  • [message]: An optional message to print with the colors

About

A simple tool that allows you to check your command-line theme.

Resources

Stars

Watchers

Forks

Packages

No packages published