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
- Host: GitHub
- URL: https://github.com/litomore/chalk-pipe-cli
- Owner: LitoMore
- License: mit
- Created: 2017-08-24T11:01:19.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-09-14T04:10:39.000Z (8 months ago)
- Last Synced: 2025-04-21T06:08:18.768Z (10 days ago)
- Topics: chalk, chalk-pipe, chalk-style-schemes
- Language: JavaScript
- Size: 65.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chalk-pipe-cli
[](https://www.npmjs.com/package/chalk-pipe-cli)
[](https://github.com/LitoMore/chalk-pipe-cli/blob/master/LICENSE)
[](https://github.com/xojs/xo)Create chalk style schemes with simpler style strings

## 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)