Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0exp/evil_events
Ultra simple, but very flexible and fully customizable event subsystem for ruby applications with a wide set of customization interfaces and smart event definition DSL.
https://github.com/0exp/evil_events
event-dispatcher event-driven events publish-subscribe pubsub ruby ruby-gem
Last synced: 8 days ago
JSON representation
Ultra simple, but very flexible and fully customizable event subsystem for ruby applications with a wide set of customization interfaces and smart event definition DSL.
- Host: GitHub
- URL: https://github.com/0exp/evil_events
- Owner: 0exp
- License: mit
- Created: 2017-10-29T20:47:20.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-16T06:54:50.000Z (over 1 year ago)
- Last Synced: 2024-10-12T09:20:19.720Z (24 days ago)
- Topics: event-dispatcher, event-driven, events, publish-subscribe, pubsub, ruby, ruby-gem
- Language: Ruby
- Size: 394 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# EvilEvents · [![Gem Version](https://badge.fury.io/rb/evil_events.svg)](https://badge.fury.io/rb/evil_events) [![Build Status](https://travis-ci.org/0exp/evil_events.svg?branch=master)](https://travis-ci.org/0exp/evil_events) [![Coverage Status](https://coveralls.io/repos/github/0exp/evil_events/badge.svg?branch=master)](https://coveralls.io/github/0exp/evil_events?branch=master)
Coming soon... :smiling_imp:
---
## Installation
```ruby
gem 'evil_events'
``````shell
bundle install
# --- or ---
gem install evil_events
``````ruby
require 'evil_events'
```---
## Contributing
- Fork it ( https://github.com/0exp/evil_events/fork )
- Create your feature branch (`git checkout -b feature/my-new-feature`)
- Commit your changes (`git commit -am 'Add some feature'`)
- Push to the branch (`git push origin feature/my-new-feature`)
- Create new Pull Request## License
Released under MIT License.
## Authors
[Rustam Ibragimov](https://github.com/0exp)