1.0.1 • Published 4 years ago
bloggify-renderer-tljs v1.0.1
bloggify-renderer-tljs
Render template literal templates.
:cloud: Installation
# Using npm
npm install --save bloggify-renderer-tljs
# Using yarn
yarn add bloggify-renderer-tljs
:clipboard: Example
/*
This renderer will handle `.tljs` files.
// Use template literals, like in JS.
Hello ${world}!
*/
:question: Get Help
There are few ways to get help:
- Please post questions on Stack Overflow. You can open issues with questions, as long you add a link to your Stack Overflow question.
- For bug reports and feature requests, open issues. :bug:
:yum: How to contribute
Have an idea? Found a bug? See how to contribute.