UNPKG
kellokitty
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
this is my first module for npm to test,我的第一个npm package
kellokitty
/
README.md
26 lines
(15 loc)
•
354 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
bengben fistr module =================
## 发布模块
创建package.json向导
npm init
登录用户
npm adduser
发布
npm publish .
重新发布
# 1.修改package.json中的版本号 # 2.再一次输入npm publish . > 1. 首先要 npm adduser > 2. 输入username,password,email信息,进行登录 > 3. npm publish