Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zambezi/fun
Functional utility belt for Javascript
https://github.com/zambezi/fun
Last synced: 12 days ago
JSON representation
Functional utility belt for Javascript
- Host: GitHub
- URL: https://github.com/zambezi/fun
- Owner: zambezi
- License: mit
- Created: 2016-01-20T19:44:19.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-31T11:01:42.000Z (over 7 years ago)
- Last Synced: 2024-08-09T18:57:00.286Z (5 months ago)
- Language: JavaScript
- Homepage: zambezi.github.io/fun
- Size: 1020 KB
- Stars: 4
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Fun!
What is fun?
------------A functional utility belt, for JavaScript. It's rather lovely, you should try it you'll like it.
Why fun?
--------There are plenty of very good libraries to aid with functional programming in Javascript. This project sits at the seams of those projects, and rather than compete with them fun complements them.
Installation
------------```bash
npm install --save-dev @zambezi/fun
```Usage
-----For usage, have a look at documentation for the individual functions, listed in the [SUMMARY](SUMMARY.md)
Found an issue, or want to contribute?
--------------------------------------If you find an issue, want to start a discussion on something related to this project, or have suggestions on how to improve it? Please [create an issue](../../issues/new)!
See an error and want to fix it? Want to add a file or otherwise make some changes? All contributions are welcome! Please refer to the [contribution guidelines](CONTRIBUTING.md) for more information.
License
-------Please refer to the [license](LICENSE.md) for more information on licensing and copyright information.