Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jdists/ejs
- Owner: jdists
- License: mit
- Created: 2017-11-09T09:46:42.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-04T13:07:53.000Z (about 7 years ago)
- Last Synced: 2024-11-08T07:03:21.669Z (about 2 months ago)
- Topics: ejs, jdists, processor
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
- <%= item.name %> - <%= item.age %>
<% kids.forEach((item) => { %>
<% }) %>
- <%= item.name %> - <%= item.age %>
<% kids.forEach((item) => { %>
<% }) %>
```
## 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