Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zignis/keywee
🥝 Yet another simple but performant utility library
https://github.com/zignis/keywee
browser client javascript library utility
Last synced: 10 days ago
JSON representation
🥝 Yet another simple but performant utility library
- Host: GitHub
- URL: https://github.com/zignis/keywee
- Owner: zignis
- License: mit
- Created: 2022-07-29T09:19:41.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T04:28:34.000Z (15 days ago)
- Last Synced: 2024-10-24T21:33:51.631Z (14 days ago)
- Topics: browser, client, javascript, library, utility
- Language: TypeScript
- Homepage: https://zignis.github.io/keywee
- Size: 963 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
🥝 KeyWee
Yet another performant utility library
Documentation
### But who asked for this, when there are already libraries like lodash and underscore?
I am a fan of what Lodash (or underscore) offers, however this library exports some of the most bizarre and unusual utility methods that you might need from time to time, and it would have made no sense to introduce these methods to a generic utility library like Lodash. Further, KeyWee is 100% ES6 compliant and supports tree-shaking out of the box.
## Installation
```sh
# NPM
npm install keywee# Yarn
yarn add keywee
```### Installation from a CDN
KeyWee has a UMD bundle available through JSDelivr and Unpkg CDNs.
```html
// UMD module is exposed through the "keywee" global variable
console.log(keywee);```
## License
KeyWee is released under the [MIT License](./LICENSE).