An open API service indexing awesome lists of open source software.

https://github.com/thbgh/thb-utils

常用工具函数包
https://github.com/thbgh/thb-utils

Last synced: about 1 year ago
JSON representation

常用工具函数包

Awesome Lists containing this project

README

          

# thb-utils 简易函数库

文档地址 [thb-utils 文档](https://thbgh.github.io/thb-utils/)

## 特色

- 使用rollup打包;
- 为了提高代码可维护性,使用typescript编写代码;
- 为了保证代码质量,通过jest进行代码测试;
- 工具库需要可查阅的文档,为了更好的支持typescript,使用了typedoc生成文档。

# 安装使用

```shell
// pnpm@8
pnpm install @thbnpm/utils
```

# 命令

```shell
// 打包
pnpm run build

// 生成文档
pnpm run doc

// 测试
pnpm run test
```

# 发布

```shell
pnpm login
pnpm publish
```