https://github.com/dlueth/qoopido
https://github.com/dlueth/qoopido
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dlueth/qoopido
- Owner: dlueth
- License: mit
- Created: 2020-05-11T13:02:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T04:41:50.000Z (over 3 years ago)
- Last Synced: 2025-06-19T04:07:13.010Z (about 1 year ago)
- Language: JavaScript
- Size: 1.07 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @qoopido
[](https://github.com/dlueth/qoopido/actions?query=workflow%3ATests)
[](https://coveralls.io/github/dlueth/qoopido)


Lerna & Rollup based monorepo for all packages from @qoopido namespace
## Packages
1. [@qoopido/emitter](https://github.com/dlueth/qoopido/tree/master/packages/emitter):
Ultra-flexible & dead simple event emitter supporting RegExp-based event subscription and global listeners
2. [@qoopido/pledge](https://github.com/dlueth/qoopido/tree/master/packages/pledge):
Promises on steroids - capable of resolving and rejecting with multiple values
3. [@qoopido/queue](https://github.com/dlueth/qoopido/tree/master/packages/queue):
Simple & versatile queue with built-in event emitter
4. [@qoopido/semver](https://github.com/dlueth/qoopido/tree/master/packages/semver):
Utility package to handle semver versions and compare them
5. [@qoopido/task](https://github.com/dlueth/qoopido/tree/master/packages/task):
Tiny package to offload any given function to a separate, async worker in its own thread
6. [@qoopido/validator](https://github.com/dlueth/qoopido/tree/master/packages/validator):
Validators against your daily dose of scratching your head about what the hell went wrong this time
7. [@qoopido/utility](https://github.com/dlueth/qoopido/tree/master/packages/utility):
The swiss army knife of frequently used utility functions for your very own projects