# x-chalk

> simple colored terminal output - wrapper around `chalk`

Latest version **1.0.1** (published 2020-10-02) · MIT license · 0 weekly downloads

## Install

```sh
npm install x-chalk
pnpm add x-chalk
yarn add x-chalk
bun add x-chalk
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2020-10-02 |
| First published | 2020-10-02 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 9.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Jared Henderson |
| Maintainers | jaredh159 |

## Links

- npm: https://www.npmjs.com/package/x-chalk
- Repository: https://github.com/jaredh159/x-chalk
- Homepage: https://github.com/jaredh159/x-chalk#readme
- Issues: https://github.com/jaredh159/x-chalk/issues
- npm.io page: https://npm.io/package/x-chalk

## Dependencies (1)

- [chalk](https://npm.io/package/chalk.md) ^4.1.0

## Recent versions

- 1.0.1 (latest) — 2020-10-02
- 1.0.0 — 2020-10-02

## README

# x-chalk

A modest wrapper around `chalk` so I don't have to wrap every call to `chalk` with
`console.log`. Exports most common colors, and also re-exports chalk as `c` for
convenience.

```js
import { red, blue, log, c } from 'x-chalk';

red(`This will log in red!`);
blue.dim(`This will log in dim blue!`);
log(c`{yellow fancy chalk stuff} {green is fun!}`);
```

---
_Source: https://npm.io/package/x-chalk · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
