Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nhz-io/ecl

(OBSOLETE)Evented Components Library
https://github.com/nhz-io/ecl

Last synced: 4 days ago
JSON representation

(OBSOLETE)Evented Components Library

Awesome Lists containing this project

README

        

# ecl

## Evented Components Library [![Build Status][travis-image]][travis-url]
[![NPM][npm-image]][npm-url]

**Instant hierarchical tree structure with event delivery mechanism.**

### BROWSER
* [ecl.js][dist-browser-js-url]
* [ecl.min.js][min-dist-browser-js-url]

### NODE
```
npm install --save ecl
```

### DOCUMENTATION
* [Annotated source][Source]
* [Annotated tests][Tests]

### BUILD
```
git clone https://github.com/nhz-io/ecl.git
cd ecl
npm install
gulp
```

### BENCHMARK
**[JSPERF][jsperf-url]**

### LICENSE

**[MIT](LICENSE)**

### VERSION
**0.0.4**

[travis-image]: https://travis-ci.org/nhz-io/ecl.svg
[travis-url]: https://travis-ci.org/nhz-io/ecl

[npm-image]: https://nodei.co/npm/ecl.png
[npm-url]: https://nodei.co/npm/ecl

[jsperf-url]: http://jsperf.com/ecl

[dist-browser-js-url]: https://raw.githubusercontent.com/nhz-io/ecl/master/ecl.js
[min-dist-browser-js-url]: https://raw.githubusercontent.com/nhz-io/ecl/master/ecl.min.js

[Source]: ./source/index.litcoffee
[Tests]: ./source/test/index.litcoffee