Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bpmn-io/min-dash
Minimum utility toolbelt
https://github.com/bpmn-io/min-dash
lodash utility
Last synced: 4 days ago
JSON representation
Minimum utility toolbelt
- Host: GitHub
- URL: https://github.com/bpmn-io/min-dash
- Owner: bpmn-io
- License: mit
- Created: 2017-10-19T09:15:26.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-10-17T21:49:19.000Z (2 months ago)
- Last Synced: 2024-12-17T10:44:30.323Z (11 days ago)
- Topics: lodash, utility
- Language: JavaScript
- Homepage:
- Size: 1.01 MB
- Stars: 13
- Watchers: 10
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# min-dash
[![CI](https://github.com/bpmn-io/min-dash/workflows/CI/badge.svg)](https://github.com/bpmn-io/min-dash/actions?query=workflow%3ACI)
Minimal utility tool belt to be used with [bpmn.io](https://bpmn.io/) related libraries.
## Features
* fine selection of [powerful utilities](./lib) on board
* ES2015 compatible
* complete bundle `< 2 kB` minified and gzipped
* utilities optimized for speed (i.e. sorting and union only by key)## How to use
```javascript
import {
find,
sortBy,
assign
} from 'min-dash';
```Your favourite module bundler should apply tree-shaking to only include the components your application requires. If you're using CommonJS modules give [common-shake](https://github.com/indutny/common-shake) a try.
## Related
* [1-liners](https://github.com/1-liners/1-liners) - a slightly more opinionated collection of useful utilities
* [min-dom](https://github.com/bpmn-io/min-dom) - minimal DOM utility toolbelt
* [tiny-svg](https://github.com/bpmn-io/tiny-svg) - tiny SVG utility toolbelt## License
MIT