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

https://github.com/js2me/yummies


https://github.com/js2me/yummies

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

logo

# yummies

[![NPM version][npm-image]][npm-url] [![build status][github-build-actions-image]][github-actions-url] [![npm download][download-image]][download-url] [![bundle size][bundlephobia-image]][bundlephobia-url]

[npm-image]: http://img.shields.io/npm/v/yummies.svg
[npm-url]: http://npmjs.org/package/yummies
[github-build-actions-image]: https://github.com/js2me/yummies/workflows/Build/badge.svg
[github-actions-url]: https://github.com/js2me/yummies/actions
[download-image]: https://img.shields.io/npm/dm/yummies.svg
[download-url]: https://npmjs.org/package/yummies
[bundlephobia-url]: https://bundlephobia.com/result?p=yummies
[bundlephobia-image]: https://badgen.net/bundlephobia/minzip/yummies

`yummies` - a set of various utilities for JavaScript projects with open source code,
designed to simplify the execution of common tasks and increase performance.
This project provides developers with powerful and easy-to-use functions
that can be easily integrated into any JavaScript code.

## [Read the docs →](https://js2me.github.io/yummies/)

## Migration from 5.x to 6.x

1. Replace all imports `yummies/utility-types` to `yummies/types.global`
2. Replace all imports `yummies/utils/types` to `yummies/types`

## Contribution Guide

Want to contribute ? [Follow this guide](https://github.com/js2me/yummies/blob/master/CONTRIBUTING.md)