# bt-tools **Repository Path**: Jessican/bt-tools ## Basic Information - **Project Name**: bt-tools - **Description**: 仿lodash打造一款自己的工具库,支持nodejs,浏览器,script引入 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-27 - **Last Updated**: 2021-04-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 类似lodash的工具库 ## 构建 ``` npm install npm run build ``` ## 构建工具库文档 ``` npm install npm run docs ``` ## 发布到npm ``` npm login npm publish ```