Skip to content

Commit

Permalink
Add introduction paragraph to README (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanZim authored and TimothyGu committed Oct 17, 2016
1 parent 26e07c3 commit 656130e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
<a href="https://coveralls.io/r/jstransformers/jstransformer?branch=master"><img src="https://img.shields.io/coveralls/jstransformers/jstransformer/master.svg" alt="Coverage Status"></a>
<a href="https://www.npmjs.org/package/jstransformer"><img src="https://img.shields.io/npm/v/jstransformer.svg" alt="NPM version"></a></p>

There are many good template engines and compilers written for Node.js. But there is a problem: all of them have slightly different APIs, requiring slightly different usage. JSTransformer unifies them into one standardized API. Code written for one transformer will work with any other transformer. There are over 100 transformers, ranging from Markdown parsers to template engines to code compilers. You can view the full list [here](https://www.npmjs.com/browse/keyword/jstransformer).

## Installation

npm install jstransformer
Expand Down

0 comments on commit 656130e

Please sign in to comment.