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: about 1 month 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-13T22:50:31.000Z (6 months ago)
- Last Synced: 2025-03-17T21:42:40.426Z (about 2 months ago)
- Topics: event-dispatcher, event-driven, events, publish-subscribe, pubsub, ruby, ruby-gem
- Language: Ruby
- Size: 387 KB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# EvilEvents · [](https://badge.fury.io/rb/evil_events) [](https://travis-ci.org/0exp/evil_events) [](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)