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

https://github.com/rrelmy/dyndash

Dynamically select the right lodash method (joke)
https://github.com/rrelmy/dyndash

Last synced: 2 months ago
JSON representation

Dynamically select the right lodash method (joke)

Awesome Lists containing this project

README

        

# dyndash
You never have to search for the correct lodash method again. Just tell dyndash what you want to do and it will select the right method for you.

Requirements: Node 15+

## Usage

``` js
const method = dyndash(sampleInput, expectedResult);
const result = method(realData);
```

Check the demo script for more insights

## Why?

Why not?

## Next things to todo:

- [] Package manager based on this idea, dynamically install packages for you