Skip to content
This repository was archived by the owner on Jun 20, 2019. It is now read-only.

Latest commit

 

History

History
25 lines (15 loc) · 830 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 830 Bytes

#Canteen Events

A generalized event dispatching API to add an event-based pattern to your application. For documentation of the codebase, please see Canteen Events docs.

##Installation

Install is available using Composer.

composer require canteen/events dev-master

###Rebuild Documentation

This library is auto-documented using YUIDoc. To install YUIDoc, run sudo npm install yuidocjs. Also, this requires the project CanteenTheme be checked-out along-side this repository. To rebuild the docs, run the ant task from the command-line.

ant docs

##License##

Copyright (c) 2013 Matt Karl

Released under the MIT License.