# tutils **Repository Path**: wenonly/tutils ## Basic Information - **Project Name**: tutils - **Description**: 自定义工具包 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-02 - **Last Updated**: 2021-11-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # tutils 简易函数库 文档地址 [tutils 文档](https://iwowen.github.io/tutils/) # 安装使用 ```shell // npm npm install @iwowen/utils ``` # 命令 ```shell // 打包 npm run build // 生成文档 npm run doc // 测试 npm run doc ``` # 发布 ```shell npm login npm publish ```