hello!! 👋 when it came time to choose a release tool and package registry for my project, i opted for npm. its ubiquity, ease of use, and integration with modern ci/cd workflows made it the ideal...
我选择npm作为项目发布工具,步骤包括设置npm账户和令牌、配置github cd管道、准备发布、创建github发布和验证发布。解决了npm_token缺失的问题后,成功发布了项目,用户可通过npm安装使用。