李科 2019-08-27 15:06:34 +08:00
commit fb5cbb344f
1 changed files with 12 additions and 0 deletions

@ -0,0 +1,12 @@
### npmjs注册包管理
https://www.npmjs.com <br/>
用户名:likeagle, Email: likeagle@163.com <br/>
所有包注册在组织@ehason下<br/>
```
-设置用户
npm adduser
-发布npm包
npm publish --access public
-删除npm包
npm unpublish --force
```