一、NPM发布

npm 登录

npm login

查看当前登录的账号

npm whoami

发布npm包

npm publish

取消发布

npm unpublish 包名@版本号

更新版本号
更新补丁号,详细命令见使用npm管理项目版本号

npm version patch