1.注冊(cè)npm賬號(hào)
注冊(cè)地址:https://www.npmjs.com/
注冊(cè)時(shí)需要提供
- Full Name刑顺,
- Public Email 郵箱柔纵,比較重要缔杉,需要收郵件驗(yàn)證后才能發(fā)布,另外郵箱是公開的
- Username:用戶名搁料,唯一性
- Password:登錄密碼
2.在github中創(chuàng)建一個(gè)npm包的代碼庫
將github的代碼庫git clone到本地
例如:
//clone代碼
git clone https://github.com/GenimousChain/gkit-lint.git
//進(jìn)入到代碼目錄執(zhí)行npm init
gkit-lint>npm init
如下圖所示或详,輸入
package name:比較重要,會(huì)顯示到npm倉庫郭计,不能和現(xiàn)有的名稱重復(fù)
version: 版本號(hào)
license:開源協(xié)議
3.登錄npm賬號(hào)
打開cmd命令行霸琴,輸入 npm login
分別輸入用戶名,密碼昭伸,郵箱梧乘,如下圖所示
4.發(fā)布npm包到倉庫
cmd命令行執(zhí)行 npm publish