# loredb-ts **Repository Path**: dereking/loredb-ts ## Basic Information - **Project Name**: loredb-ts - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-03 - **Last Updated**: 2023-11-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # about loredb # usage # npm publish ## 登陆 ```npm login --registry https://registry.npmjs.org``` ## 修改代码后,创建一个新版本 执行如下命令会创建一个新版本, preversion,version,postversion scripts 会被执行:创建一个新的 tag 并且推送到我们的远程仓库。 ```npm version patch``` ## 发布 npm ```npm publish --registry https://registry.npmjs.org```