1.0.0 • Published 2 months ago

typo-chalker v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

Build Status

typo-chalk

chalk helper set for typo 1.x

Install

$ npm install typo-chalk --save

Usage

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

// The word "blue" will be blue

License

MIT

1.0.0

2 months ago