https://github.com/thbgh/thb-utils
常用工具函数包
https://github.com/thbgh/thb-utils
Last synced: about 1 year ago
JSON representation
常用工具函数包
- Host: GitHub
- URL: https://github.com/thbgh/thb-utils
- Owner: thbgh
- Created: 2024-02-20T14:46:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-21T03:06:01.000Z (over 2 years ago)
- Last Synced: 2025-07-02T23:18:23.934Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://thbgh.github.io/thb-utils/
- Size: 207 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```