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

https://github.com/litomore/chalk-pipe-cli

Create chalk style schemes with simpler style strings
https://github.com/litomore/chalk-pipe-cli

chalk chalk-pipe chalk-style-schemes

Last synced: 9 days ago
JSON representation

Create chalk style schemes with simpler style strings

Awesome Lists containing this project

README

        

# chalk-pipe-cli

[![](https://img.shields.io/npm/v/chalk-pipe-cli.svg)](https://www.npmjs.com/package/chalk-pipe-cli)
[![](https://img.shields.io/npm/l/chalk-pipe-cli.svg)](https://github.com/LitoMore/chalk-pipe-cli/blob/master/LICENSE)
[![](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/xojs/xo)

Create chalk style schemes with simpler style strings

![](https://raw.githubusercontent.com/LitoMore/chalk-pipe-cli/main/media/screenshot.webp)

## Install

```shell
npm install -g chalk-pipe-cli
```

## Usage

```shell
chalk-pipe orange.bold Unicorn Approved!
chalk-pipe 'bgBlue.#ffffff.underline' Hello World
```

## Related

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

## License

MIT © [LitoMore](https://github.com/LitoMore)