bloggify-renderer-tljs
Render template literal templates.
☁️ Installation
# Using npm
npm install --save bloggify-renderer-tljs
# Using yarn
yarn add bloggify-renderer-tljs
📋 Example
/*
This renderer will handle `.tljs` files.
// Use template literals, like in JS.
Hello ${world}!
*/
❓ 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. 🐛
😋 How to contribute
Have an idea? Found a bug? See how to contribute.