steal-template

1.0.1 • Public • Published

steal-template

Build Status npm version

steal-template is a StealJS plugin for creating template functions. steal-template uses lodash template behind the scenes.

Install

npm install steal-template --save

Usage

Here's a simple hello world example:

hello.txt

Hello <%= name %>!

main.js

var hello = require("hello.txt!steal-template");
 
hello({ name: "world" }); // -> "Hello world!"

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i steal-template

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • matthewp