typo-chalker
Version:
Chalk helpers set for typo
39 lines (29 loc) • 1.04 kB
Markdown
[](https://travis-ci.org/kaelzhang/typo-chalk)
<!-- optional appveyor tst
[](https://ci.appveyor.com/project/kaelzhang/typo-chalk)
-->
<!-- optional npm version
[](http://badge.fury.io/js/typo-chalk)
-->
<!-- optional npm downloads
[](https://www.npmjs.org/package/typo-chalk)
-->
<!-- optional dependency status
[](https://david-dm.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