An open API service indexing awesome lists of open source software.

https://github.com/chalk/supports-color-cli

Detect whether a terminal supports color
https://github.com/chalk/supports-color-cli

Last synced: about 1 year ago
JSON representation

Detect whether a terminal supports color

Awesome Lists containing this project

README

          

# supports-color-cli

> Detect whether a terminal supports color

## Install

```
$ npm install --global supports-color-cli
```

## Usage

```
$ supports-color --help

Usage
$ supports-color

Options
--256 Check for 256 color support
--16m Check for 16 million color support

Examples
$ supports-color
$ supports-color --256
$ supports-color --16m

Exits with code 0 if color is supported and 1 if not
```

## Related

- [supports-color](https://github.com/chalk/supports-color) - API for this module

## Maintainers

- [Sindre Sorhus](https://github.com/sindresorhus)
- [Josh Junon](https://github.com/qix-)