Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kaelzhang/typo-chalk

chalk helper set for typo
https://github.com/kaelzhang/typo-chalk

helper typo

Last synced: 27 days ago
JSON representation

chalk helper set for typo

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/kaelzhang/typo-chalk.svg?branch=master)](https://travis-ci.org/kaelzhang/typo-chalk)

# typo-chalk

chalk helper set for typo 1.x

## Install

```sh
$ npm install typo-chalk --save
```

## Usage

```js
require('typo')()
.use(require('typo-chalk'))
.template(`Once in a {{blue blue}} moon.`)
.then(console.log)

// The word "blue" will be blue
```

## License

MIT