1.0.0 • Published 3 years ago

cli-theme-test v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

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
1.0.0

3 years ago

0.2.0

7 years ago

0.1.1

9 years ago

0.1.0

9 years ago