Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meltymooncakes/meltyutils
https://github.com/meltymooncakes/meltyutils
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/meltymooncakes/meltyutils
- Owner: MeltyMooncakes
- Created: 2023-03-05T17:23:04.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-07T17:46:38.000Z (almost 2 years ago)
- Last Synced: 2024-12-22T05:52:05.336Z (about 1 month ago)
- Language: JavaScript
- Size: 178 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MeltyUtils
Similarly to [lodash](https://lodash.com), MeltyUtils is a module with various utilities that can be used for any projects!## Downloading
### CDN with jsDelivr
Add MeltyUtils into your web applications with [jsDelivr](https://www.jsdelivr.com)
```html
```
### npm
Install MeltyUtils into your Node.js projects with [the npm package](https://www.npmjs.com/package/meltyutils):
```sh
npm install [email protected]
```### yarn
Install MeltyUtils into your Node.js projects with [the yarn package](https://yarnpkg.com/package/meltyutils):
```sh
yarn add [email protected]
```___
Have a function you use across projects? [Make a pull request](https://github.com/MeltyMoon/meltyutils/compare), or [Make a new issue](https://github.com/MeltyMoon/meltyutils/issues/new/choose) on our github!