Skip to content

Commit

Permalink
Acknowledge JSTransformers in README (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
calebeby authored and jescalan committed Dec 6, 2016
1 parent 1432851 commit a93e91a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,13 @@ A unified interface for compiled languages and templates in JavaScript.
### Why should you care?

There are two other libraries that already attempt to provide a common compiler interface: [consolidate.js](https://github.com/tj/consolidate.js) and [transformers](https://github.com/ForbesLindesay/transformers). After reviewing & using both of them, we designed accord to provide a more maintainable code base and way of writing adapters.
There are two other libraries that already attempt to provide a common compiler interface: [consolidate.js](https://github.com/tj/consolidate.js) and [JSTransformers](https://github.com/jstransformers/jstransformer). After reviewing & using both of them, we designed accord to provide a more maintainable code base and way of writing adapters.

Accord adapters are different because they use standard JavaScript inheritance (aka: classes in CoffeeScript), and they avoid the issues with the mixture of sync and async compilers by using promises for everything.
Accord:

- Uses standard JavaScript inheritance (aka: classes in CoffeeScript) in its adapters
- Supports source maps
- Lets you use any major version of an adapter

### Installation

Expand Down

0 comments on commit a93e91a

Please sign in to comment.