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)
- Host: GitHub
- URL: https://github.com/rrelmy/dyndash
- Owner: rrelmy
- License: gpl-3.0
- Created: 2021-05-28T16:11:24.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-28T16:48:17.000Z (almost 4 years ago)
- Last Synced: 2025-01-23T20:38:19.445Z (4 months ago)
- Language: JavaScript
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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