Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jdists/ejs

@jdists/ejs
https://github.com/jdists/ejs

ejs jdists processor

Last synced: about 1 month ago
JSON representation

@jdists/ejs

Awesome Lists containing this project

README

        

# @jdists/ejs

ejs as jdists processor

[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Coverage Status][coverage-image]][coverage-url]

* @see [jdists](https://github.com/zswang/jdists)

* @see [ejs](https://github.com/mde/ejs)

## Example

```html


    <% kids.forEach((item) => { %>
  • <%= item.name %> - <%= item.age %>

  • <% }) %>


    <% kids.forEach((item) => { %>
  • <%= item.name %> - <%= item.age %>

  • <% }) %>

```

## License

MIT © [zswang](http://weibo.com/zswang)

[npm-url]: https://badge.fury.io/js/%40jdists%2Fejs
[npm-image]: https://badge.fury.io/js/%40jdists%2Fejs.svg
[travis-url]: https://travis-ci.org/jdists/ejs
[travis-image]: https://travis-ci.org/jdists/ejs.svg?branch=master
[coverage-url]: https://coveralls.io/github/jdists/ejs?branch=master
[coverage-image]: https://coveralls.io/repos/jdists/ejs/badge.svg?branch=master&service=github