Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kaelzhang/typo-chalk
- Owner: kaelzhang
- License: other
- Created: 2017-02-24T10:58:39.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-26T07:33:09.000Z (almost 8 years ago)
- Last Synced: 2024-12-06T05:16:37.443Z (about 1 month ago)
- Topics: helper, typo
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE-MIT
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