agmd 0.3.6 → 0.3.7

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.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # agmd(auto generate md)
2
2
 
3
- > 在任何需要生成文档的,文件夹下的控制台中输入`agmd`, 就能自动生成目录 md 说明
3
+ > 在任何需要生成文档的,文件夹下的控制台中输入`agmd`, 就能自动生成目录 md 说明, 同时能够统计分析当前工程的各类型文件总量和代码总量
4
4
 
5
5
  [![]( https://camo.githubusercontent.com/28479a7a834310a667f36760a27283f7389e864a/68747470733a2f2f696d672e736869656c64732e696f2f6e706d2f6c2f76322d646174657069636b65722e737667)]( https://camo.githubusercontent.com/28479a7a834310a667f36760a27283f7389e864a/68747470733a2f2f696d672e736869656c64732e696f2f6e706d2f6c2f76322d646174657069636b65722e737667)
6
6
  [![]( https://github.com/kakajun/auto-generate-md/actions/workflows/test.yml/badge.svg?branch=master)]( https://github.com/kakajun/auto-generate-md/actions/workflows/test.yml)
@@ -8,13 +8,17 @@
8
8
 
9
9
  简体中文 | [English](https://github.com/kakajun/auto-generate-md/blob/master/README.EN.md)
10
10
 
11
- ## 🚀 Features
11
+ ## 🚀 功能特性
12
12
 
13
- 🔥 Written in TypeScript
13
+ 😍 一键统计工程的文件数和代码总量
14
14
 
15
- 🔋 build with esbuild
15
+ 🔥 用TypeScript书写,80%的代码全部书写了测试用例
16
16
 
17
- 💡 easy get foldName and fileName.
17
+ 🔋 用esbuild进行打包
18
+
19
+ 💡 一键拿到文件和文件夹名字
20
+
21
+ ♨️ 一键补充缺省后缀名 .js .vue 这样子能方便vscode编辑器的查看下钻引用
18
22
 
19
23
  ✈️ 全程界面命令选择操作
20
24
 
@@ -188,4 +192,7 @@ $ agmd --ignore lib,node_modules,dist --include .js,.ts,.vue`
188
192
  0.3.3
189
193
  优化提示日志打印
190
194
  对路由进行自动分析
191
- 增加单元测试到26个,覆盖率达到84%,一些没必要的方法就没测试11
195
+ 增加单元测试到26个,覆盖率达到84%,一些没必要的方法就没测试
196
+
197
+ 0.3.7
198
+ 升级所有依赖到最新