# xavier-es-peach **Repository Path**: uakora/xavier-es-peach ## Basic Information - **Project Name**: xavier-es-peach - **Description**: A small javascript function tool library. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-25 - **Last Updated**: 2024-05-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: npm, TypeScript ## README A small JavaScript function tool library. Implemented by TypeScript. #### 编译 ``` npm run build ``` #### 更新 ``` npm version patch ``` #### 发布 ``` npm publish ``` #### 登录NPM ``` npm login ``` #### 判断是否登录 ``` npm whoami ```