# chalkify

> Dead simple terminal string styling interface, made simple from Chalk.

Latest version **1.0.12** (published 2018-07-26) · ISC license · 0 weekly downloads

## Install

```sh
npm install chalkify
pnpm add chalkify
yarn add chalkify
bun add chalkify
```

## 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.12 |
| Published | 2018-07-26 |
| First published | 2018-07-26 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 2.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | arbatov |

## Links

- npm: https://www.npmjs.com/package/chalkify
- npm.io page: https://npm.io/package/chalkify

## Dependencies (1)

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

## Recent versions

- 1.0.12 (latest) — 2018-07-26
- 1.0.11 — 2018-07-26
- 1.0.1 — 2018-07-26
- 1.0.0 — 2018-07-26

## README

# chalkify
Dead simple terminal string styling interface, made simple from Chalk.

1. `npm i --save chalkify`
2. `const console = require('chalkify')`

##### This is it! now you can use the simple Chalkify interface!

### Examples:

  `console.warn('Data sample overloading server...')`
  
  `console.error('Cannot find specified path...')`
  
  `console.success('User sucessfully registered!')`

##### In addition, you can use color oriantation:

  `console.cyan('this is cyan color')`
  
  `console.red('this is red color')`
  
  `console.blue('this is blue color')`

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