# steal-template

> Use lodash.template to create template functions

Latest version **1.0.1** (published 2015-07-20) · MIT license · 0 weekly downloads

## Install

```sh
npm install steal-template
pnpm add steal-template
yarn add steal-template
bun add steal-template
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2015-07-20 |
| First published | 2015-07-20 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Bitovi |
| Maintainers | matthewp |
| Keywords | Lodash, template, StealJS |

## Links

- npm: https://www.npmjs.com/package/steal-template
- Repository: https://github.com/stealjs/steal-template
- Homepage: https://github.com/stealjs/steal-template#readme
- Issues: https://github.com/stealjs/steal-template/issues
- npm.io page: https://npm.io/package/steal-template

## Dependencies (1)

- [lodash.template](https://npm.io/package/lodash.template.md) ^3.6.2

## Alternatives

- [lodash.assign](https://npm.io/package/lodash.assign.md) — 2.3M weekly downloads
- [lodash.chunk](https://npm.io/package/lodash.chunk.md) — 1.8M weekly downloads
- [react-native-ios-utilities](https://npm.io/package/react-native-ios-utilities.md) — 138.5K weekly downloads
- [@technically/lodash](https://npm.io/package/@technically/lodash.md) — 50.9K weekly downloads
- [@fluid-topics/ft-icon](https://npm.io/package/@fluid-topics/ft-icon.md) — 20.6K weekly downloads

## Recent versions

- 1.0.1 (latest) — 2015-07-20
- 1.0.0 — 2015-07-20

## README

# steal-template

[![Build Status](https://travis-ci.org/stealjs/steal-template.svg?branch=master)](https://travis-ci.org/stealjs/steal-template)
[![npm version](https://badge.fury.io/js/steal-template.svg)](http://badge.fury.io/js/steal-template)

**steal-template** is a [StealJS](http://stealjs.com) plugin for creating template functions.  steal-template uses [lodash template](https://lodash.com/docs#template) behind the scenes.

## Install

```shell
npm install steal-template --save
```

## Usage

Here's a simple hello world example:

### hello.txt

```
Hello <%= name %>!
```

### main.js

```js
var hello = require("hello.txt!steal-template");

hello({ name: "world" }); // -> "Hello world!"
```

## License

MIT

---
_Source: https://npm.io/package/steal-template · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
