agmd 0.1.3 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.EN.md CHANGED
@@ -15,7 +15,7 @@
15
15
 
16
16
 
17
17
 
18
- ! [image]( https://github.com/majun2232/auto-generate-md/blob/master/md.png )
18
+ ! [image]( https://github.com/kakajun/auto-generate-md/blob/master/md.png )
19
19
 
20
20
 
21
21
 
package/README.md CHANGED
@@ -4,11 +4,11 @@
4
4
 
5
5
  [![](https://camo.githubusercontent.com/28479a7a834310a667f36760a27283f7389e864a/68747470733a2f2f696d672e736869656c64732e696f2f6e706d2f6c2f76322d646174657069636b65722e737667)](https://camo.githubusercontent.com/28479a7a834310a667f36760a27283f7389e864a/68747470733a2f2f696d672e736869656c64732e696f2f6e706d2f6c2f76322d646174657069636b65722e737667)
6
6
 
7
- 简体中文 | [English](https://github.com/majun2232/auto-generate-md/blob/master/README.EN.md)
7
+ 简体中文 | [English](https://github.com/kakajun/auto-generate-md/blob/master/README.EN.md)
8
8
 
9
9
  ### 案例
10
10
 
11
- ![image](https://github.com/majun2232/auto-generate-md/blob/master/md.png)
11
+ ![image](https://github.com/kakajun/auto-generate-md/blob/master/md.png)
12
12
 
13
13
  ### 使用方法
14
14
  需要有node环境
@@ -54,3 +54,4 @@ es中:
54
54
  1. 采用esbuild 进行打包
55
55
  2. 并且用eslint, preter规范写法, 规范
56
56
  3. 用ts进行改写
57
+ 4. 支持gitee一键同步test11253123
package/bin/agmd.js CHANGED
@@ -1,8 +1,8 @@
1
1
  #!/usr/bin/env node
2
2
  /*!
3
- * agmd v0.0.11
3
+ * agmd v0.1.4
4
4
  * author:majun <253495832@qq.com>
5
- * Fri Dec 17 2021 09:30:50 GMT+0800 (中国标准时间)
5
+ * Sun Dec 19 2021 11:54:00 GMT+0800 (中国标准时间)
6
6
  */
7
7
  var __create = Object.create;
8
8
  var __defProp = Object.defineProperty;
package/lib/index.cjs.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*!
2
- * agmd v0.0.11
2
+ * agmd v0.1.4
3
3
  * author:majun <253495832@qq.com>
4
- * Fri Dec 17 2021 09:30:50 GMT+0800 (中国标准时间)
4
+ * Sun Dec 19 2021 11:54:00 GMT+0800 (中国标准时间)
5
5
  */
6
6
  var __create = Object.create;
7
7
  var __defProp = Object.defineProperty;
package/lib/index.esm.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*!
2
- * agmd v0.0.11
2
+ * agmd v0.1.4
3
3
  * author:majun <253495832@qq.com>
4
- * Fri Dec 17 2021 09:30:50 GMT+0800 (中国标准时间)
4
+ * Sun Dec 19 2021 11:54:00 GMT+0800 (中国标准时间)
5
5
  */
6
6
  // src/index.ts
7
7
  import fs from "fs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agmd",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "auto generate markdown for node",
5
5
  "keywords": [
6
6
  "node",
@@ -25,7 +25,7 @@
25
25
  "author": "majun <253495832@qq.com>",
26
26
  "repository": {
27
27
  "type": "git",
28
- "url": "git@github.com:majun2232/auto-generate-md.git"
28
+ "url": "git@github.com:kakajun/auto-generate-md.git"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@types/node": "^17.0.0",
@@ -48,9 +48,9 @@
48
48
  },
49
49
  "license": "MIT",
50
50
  "bugs": {
51
- "url": "https://github.com/majun2232/auto-generate-md/issues"
51
+ "url": "https://github.com/kakajun/auto-generate-md/issues"
52
52
  },
53
- "homepage": "https://github.com/majun2232/auto-generate-md",
53
+ "homepage": "https://github.com/kakajun/auto-generate-md",
54
54
  "files": [
55
55
  "bin",
56
56
  "lib"