Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

🥝 KeyWee


Yet another performant utility library



Package version

Package downloads

Package license


Continuous Integrations


Package tree-shaking

Package types

Package minified size


Package dependency count


Banner


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).