Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/makotot/symdiff-ejs
Extracts classes from ejs templates.
https://github.com/makotot/symdiff-ejs
Last synced: 28 days ago
JSON representation
Extracts classes from ejs templates.
- Host: GitHub
- URL: https://github.com/makotot/symdiff-ejs
- Owner: makotot
- Created: 2015-05-19T13:09:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-23T08:35:26.000Z (over 9 years ago)
- Last Synced: 2024-10-10T19:02:18.119Z (about 1 month ago)
- Language: JavaScript
- Size: 113 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [symdiff](https://symdiff.github.io/)-ejs
[![Build Status](http://img.shields.io/travis/makotot/symdiff-ejs/master.svg?style=flat)](https://travis-ci.org/makotot/symdiff-ejs)
> Extracts classes from [ejs](http://ejs.co/) templates.
## Install
```sh
$ npm install --save symdiff-ejs
```## Usage
```js
var symdiffEjs = require('symdiff-ejs');symdiffEjs(content);
```## License
MIT