You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.markdown
+13-29Lines changed: 13 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,38 +125,22 @@ See [FAQ.md](https://github.com/handlebars-lang/handlebars.js/blob/master/FAQ.md
125
125
Handlebars in the Wild
126
126
----------------------
127
127
128
-
*[Assemble](http://assemble.io), by [@jonschlinkert](https://github.com/jonschlinkert)
129
-
and [@doowb](https://github.com/doowb), is a static site generator that uses Handlebars.js
130
-
as its template engine.
131
-
*[Cory](https://github.com/leo/cory), by [@leo](https://github.com/leo), is another tiny static site generator
132
-
*[CoSchedule](http://coschedule.com) An editorial calendar for WordPress that uses Handlebars.js
133
-
*[dashbars](https://github.com/pismute/dashbars) A modern helper library for Handlebars.js.
134
-
*[Ember.js](http://www.emberjs.com) makes Handlebars.js the primary way to
135
-
structure your views, also with automatic data binding support.
128
+
*[Assemble](http://assemble.io), by [@jonschlinkert](https://github.com/jonschlinkert) and [@doowb](https://github.com/doowb), is a static site generator that uses Handlebars.js as its template engine.
129
+
*[CoSchedule](http://coschedule.com) An editorial calendar for WordPress that uses Handlebars.js.
130
+
*[Ember.js](http://www.emberjs.com) makes Handlebars.js the primary way to structure your views, also with automatic data binding support.
136
131
*[Ghost](https://ghost.org/) Just a blogging platform.
137
-
*[handlebars_assets](http://github.com/leshill/handlebars_assets): A Rails Asset Pipeline gem
138
-
from Les Hill (@leshill).
139
-
*[handlebars-helpers](https://github.com/assemble/handlebars-helpers) is an extensive library
140
-
with 100+ handlebars helpers.
141
-
*[handlebars-layouts](https://github.com/shannonmoeller/handlebars-layouts) is a set of helpers which implement extendible and embeddable layout blocks as seen in other popular templating languages.
142
-
*[hbs](http://github.com/donpark/hbs): An Express.js view engine adapter for Handlebars.js,
143
-
from Don Park.
144
-
*[koa-hbs](https://github.com/jwilm/koa-hbs): [koa](https://github.com/koajs/koa) generator based
145
-
renderer for Handlebars.js.
146
-
*[jblotus](http://github.com/jblotus) created [http://tryhandlebarsjs.com](http://tryhandlebarsjs.com)
147
-
for anyone who would like to try out Handlebars.js in their browser.
148
-
*[jQuery plugin](http://71104.github.io/jquery-handlebars/): allows you to use
149
-
Handlebars.js with [jQuery](http://jquery.com/).
150
-
*[Lumbar](http://walmartlabs.github.io/lumbar) provides easy module-based template management for
151
-
handlebars projects.
132
+
*[handlebars_assets](http://github.com/leshill/handlebars_assets) A Rails Asset Pipeline gem from Les Hill (@leshill).
133
+
*[handlebars-helpers](https://github.com/assemble/handlebars-helpers) is an extensive library with 100+ handlebars helpers.
134
+
*[handlebars-layouts](https://github.com/shannonmoeller/handlebars-layouts) is a set of helpers which implement extensible and embeddable layout blocks as seen in other popular templating languages.
135
+
*[hbs](http://github.com/donpark/hbs) An Express.js view engine adapter for Handlebars.js, from Don Park.
136
+
*[koa-hbs](https://github.com/jwilm/koa-hbs)[koa](https://github.com/koajs/koa) generator based renderer for Handlebars.js.
137
+
*[jblotus](http://github.com/jblotus) created [http://tryhandlebarsjs.com](http://tryhandlebarsjs.com) for anyone who would like to try out Handlebars.js in their browser.
138
+
*[jQuery plugin](http://71104.github.io/jquery-handlebars/) allows you to use Handlebars.js with [jQuery](http://jquery.com/).
152
139
*[Marionette.Handlebars](https://github.com/hashchange/marionette.handlebars) adds support for Handlebars and Mustache templates to Marionette.
153
-
*[sammy.js](http://github.com/quirkey/sammy) by Aaron Quint, a.k.a. quirkey,
154
-
supports Handlebars.js as one of its template plugins.
155
-
*[SproutCore](http://www.sproutcore.com) uses Handlebars.js as its main
156
-
templating engine, extending it with automatic data binding support.
157
-
*[YUI](http://yuilibrary.com/yui/docs/handlebars/) implements a port of handlebars
140
+
*[sammy.js](http://github.com/quirkey/sammy) by Aaron Quint, a.k.a. quirkey, supports Handlebars.js as one of its template plugins.
141
+
*[SproutCore](http://www.sproutcore.com) uses Handlebars.js as its main templating engine, extending it with automatic data binding support.
142
+
*[YUI](http://yuilibrary.com/yui/docs/handlebars/) implements a port of handlebars.
158
143
*[Swag](https://github.com/elving/swag) by [@elving](https://github.com/elving) is a growing collection of helpers for handlebars.js. Give your handlebars.js templates some swag son!
159
-
*[DOMBars](https://github.com/blakeembrey/dombars) is a DOM-based templating engine built on the Handlebars parser and runtime **DEPRECATED**
160
144
*[promised-handlebars](https://github.com/nknapp/promised-handlebars) is a wrapper for Handlebars that allows helpers to return Promises.
161
145
*[just-handlebars-helpers](https://github.com/leapfrogtechnology/just-handlebars-helpers) A fully tested lightweight package with common Handlebars helpers.
162
146
*[incremental-bars](https://github.com/atomictag/incremental-bars) adds support for [incremental-dom](https://github.com/google/incremental-dom) as template target to Handlebars.
0 commit comments