# chqx-tool

> npm工具包规范示例

Latest version **1.0.2** (published 2023-08-28) · ISC license · 0 weekly downloads

## Install

```sh
npm install chqx-tool
pnpm add chqx-tool
yarn add chqx-tool
bun add chqx-tool
```

## Health

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

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2023-08-28 |
| First published | 2023-08-25 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 29.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | chenqunxing |
| Maintainers | chqx |
| Keywords | tool |

## Links

- npm: https://www.npmjs.com/package/chqx-tool
- Homepage: https://groupofstar.github.io/chqx-tool/
- npm.io page: https://npm.io/package/chqx-tool

## Alternatives

- [lodash.assign](https://npm.io/package/lodash.assign.md) — 2.3M weekly downloads
- [lodash.chunk](https://npm.io/package/lodash.chunk.md) — 1.8M weekly downloads
- [react-native-ios-utilities](https://npm.io/package/react-native-ios-utilities.md) — 138.5K weekly downloads
- [@technically/lodash](https://npm.io/package/@technically/lodash.md) — 50.9K weekly downloads
- [@fluid-topics/ft-icon](https://npm.io/package/@fluid-topics/ft-icon.md) — 20.6K weekly downloads

## Recent versions

- 1.0.2 (latest) — 2023-08-28
- 1.0.1 — 2023-08-28
- 1.0.0 — 2023-08-25

## README

# chqx-tool

<div align="center"><img src="HTTPS://groupofstar.GitHub.io/chqx-tool/logo.svg" style="width:128px;" /></div>
<p align="center">开源、模块化、高性能的 JavaScript 实用工具库</p>

## 一、安装

### 1.1 浏览器环境

```js
<script src="https://unpkg.com/chqx-tool@1/dist/index.min.js">
  const { sum } = vivaceTool
</script>
```

```js
// 使用方式
<script>
  let { sum } = vivaceTool;
  alert(sum(1, 2))
</script>
```

### 1.2 npm

```shell
npm install --save chqx-tool
```

```js
// 使用方式
import { sum } from 'chqx-tool'

alert(sum(1, 2))
```

### 1.3 Node.js

```shell
npm install --save chqx-tool
```

```ts
// 使用方式
import { sumn } from 'chqx-tool'

alert(sum(1, 2))
```

## 二、开源贡献

[视频讲解](https://www.bilibili.com/video/BV1Je4y1H7pq/?vd_source=2337c86c09920354e302668fe4c054b7)

[从0搭建上手文档](https://www.yuque.com/xiumubai/fe/lrnuv3)

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