Skip to content

Commit d9d9ae9

Browse files
committed
add to lib
1 parent b6eeab5 commit d9d9ae9

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README-zh_CN.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,24 @@
2121

2222
1. 删除了一些没有用的接口。
2323
2. 去掉了很多测试用例,感觉这些测试用例只是检查接口调用有没有异常,并不能真正的测试接口是否正确,有点鸡肋。后面有可能全部删除。
24+
25+
# 使用
26+
27+
安装依赖
28+
29+
···
30+
npm install --build-from-source
31+
···
32+
33+
打包
34+
35+
···
36+
npm pack
37+
···
38+
39+
上传 github
40+
41+
```
42+
npm publish
43+
44+
```

0 commit comments

Comments
 (0)