## 安装

`npm install`

## 开发目录

`src`

## node version

`node v18.16.0`

## 打包

`npm run rollup`

## 单元测试

创建测试文件，比如：
`__test__/xxx.test.ts`
运行测试并生成报告
`npm run jest`

## 制作更新日志

需要配合 git 提交命令
`npm run changelog`待定
GHANGELOG.md 可查看
