handlebars-chalk

1.0.0 • Public • Published

handlebars-chalk

Handlebars templates in the console + chalk colors.

Installation

npm install handlebars-chalk

Usage

var Handlebars = require('handlebars');

require('handlebars-chalk')(Handlebars)

Usage in templates

{{#chalk "green"}}
Hello {{#chalk "bold" "red" "underline"}}World{{/chalk}}
{{/chalk}}

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i handlebars-chalk

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • jsoverson