Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nhz-io/ecl
- Owner: nhz-io
- License: mit
- Created: 2015-06-19T16:43:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-20T17:19:56.000Z (over 9 years ago)
- Last Synced: 2024-05-02T02:19:23.338Z (8 months ago)
- Language: CoffeeScript
- Homepage: https://nhz-io.github.io/ecl
- Size: 432 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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