# ele-utility

> Elegent & utility methods to facilitate common usage in JavaScript!

Latest version **1.1.16** (published 2022-02-05) · MIT license · 0 weekly downloads

## Install

```sh
npm install ele-utility
pnpm add ele-utility
yarn add ele-utility
bun add ele-utility
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.16 |
| Published | 2022-02-05 |
| First published | 2020-11-10 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 72.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Y-lonelY |
| Maintainers | ylonely |
| Keywords | ["javascript", "methods", "elegent"] |

## Links

- npm: https://www.npmjs.com/package/ele-utility
- npm.io page: https://npm.io/package/ele-utility

## Recent versions

- 1.1.16 (latest) — 2022-02-05
- 1.1.7 — 2021-12-01
- 1.1.15 — 2021-03-09
- 1.1.14 — 2021-03-03
- 1.1.13 — 2021-03-03
- 1.1.12 — 2021-03-03
- 1.1.11 — 2021-03-03
- 1.1.10 — 2021-02-27
- 1.1.8 — 2021-02-27
- 1.1.6 — 2021-02-27
- 1.1.5 — 2020-11-22
- 1.1.4 — 2020-11-22
- 1.1.2 — 2020-11-22
- 1.1.1 — 2020-11-22
- 1.1.0 — 2020-11-22
- … 13 more at https://npm.io/package/ele-utility/versions

## README

[简体中文](./README.zh-CN.md) | English

# ELE UTILITY

> Elegent & utility methods to facilitate common usage in JavaScript!

🤩 This repo was generated from [Y-lonelY/npm-template/pure](https://github.com/Y-lonelY/npm-template/tree/pure), if you want to try you own npm packages you can start from that!


## Install

run `npm install ele-utility --save` or `yarn add ele-utility`


## Quick Start

Here's a quick demostration:

```javascript
import { geuuid } from 'ele-utility'

// generate a uuid
// -> "34523bf2-ce6a-42ec-803f-3e4b2a192a36" 
const u = geuuid()
```

### Why named export?

1. Module is a namespace. Default export often leads to function/component per file dogma and makes code less maintainable.
2. Interop with commonjs is broken in many cases or hard to maintain.
3. Show me any good language with default exports. It's historical javascriptism.

## API

✨ See more usages at [API Docs](https://y-lonely.github.io/ele-utility/)


## Develop

Clone the repo and run `npm install` to init the project!

After you have done some work, just run `npm run build` to generate the project, and all output will be found at `./npm`

**Solo with code!**

---
_Source: https://npm.io/package/ele-utility · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
