codegem-tools
TypeScript icon, indicating that this package has built-in type declarations

0.1.1-alpha.1 • Public • Published

pure typescript package

只基于 typescript 的 package 模版

配置 github secrets

在 npm.js 里生成有 publish 权限的 token, 复制到 github 里的 secrets 里。注意,命名和 .github/workflows/publish.yml 里的使用保持一致

指南

// 初次发布版本 npm run release --first-release

// 添加版本信息和指定发布版本等级 npm run release -m "Commit message" -r minor // major: 1.0.0 -> 2.0.0, minor: 1.0.0 -> 1.1.0, patch : 1.0.0 -> 1.0.1

// 确认发布,npm publish 发布到 npm git push --follow-tags origin master && npm publish

Readme

Keywords

none

Package Sidebar

Install

npm i codegem-tools

Homepage

http:

Weekly Downloads

1

Version

0.1.1-alpha.1

License

MIT

Unpacked Size

4.59 kB

Total Files

13

Last publish

Collaborators

  • xiamu