cli-theme-test

1.0.0 • Public • Published

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

Package Sidebar

Install

npm i cli-theme-test

Weekly Downloads

4

Version

1.0.0

License

MIT

Unpacked Size

3.56 kB

Total Files

4

Last publish

Collaborators

  • joeleisner