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

https://github.com/chalk/strip-ansi-cli

Strip ANSI escape codes
https://github.com/chalk/strip-ansi-cli

Last synced: 11 months ago
JSON representation

Strip ANSI escape codes

Awesome Lists containing this project

README

          

# strip-ansi-cli

> Strip [ANSI escape codes](https://en.wikipedia.org/wiki/ANSI_escape_code)

## Install

```sh
npm install --global strip-ansi-cli
```

## Usage

```
$ strip-ansi --help

Usage
$ strip-ansi
$ echo | strip-ansi

Example
$ ls --color | strip-ansi
```

## Related

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

## Maintainers

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