https://github.com/alphafantomu/lua-emitter
event emitter in Lua with basic functionality
https://github.com/alphafantomu/lua-emitter
Last synced: about 2 months ago
JSON representation
event emitter in Lua with basic functionality
- Host: GitHub
- URL: https://github.com/alphafantomu/lua-emitter
- Owner: alphafantomu
- License: mit
- Created: 2022-02-26T03:19:07.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-02T02:57:33.000Z (over 3 years ago)
- Last Synced: 2025-01-01T18:27:17.180Z (over 1 year ago)
- Language: Lua
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lua-emitter
a event emitter in Lua with basic functionality
## Dependencies
- [alphafantomu/orcus](https://github.com/alphafantomu/orcus)
## Installation
- This package uses the [lit](https://github.com/luvit/lit) package manager, run `lit install alphafantomu/lua-emitter`
- If you're using this in a self-contained binary through [Luvi](https://github.com/luvit/luvi), you may include it inside `package.lua` as well `alphafantomu/lua-emitter`
- You can reference the library using `require('lua-emitter')`
## Documentation
You can find API documentation [here](https://github.com/alphafantomu/lua-emitter/wiki).
## License
This project has an [MIT license](/LICENSE)
## Contact
- Discord: `Arivistraliavatoriar#2678`