agmd 0.3.0-alpha0.4 → 0.3.5-beta2

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
@@ -2,7 +2,7 @@
2
2
 
3
3
  > 在任何需要生成文档的,文件夹下的控制台中输入`agmd`, 就能自动生成目录 md 说明
4
4
 
5
- [![](https://camo.githubusercontent.com/28479a7a834310a667f36760a27283f7389e864a/68747470733a2f2f696d672e736869656c64732e696f2f6e706d2f6c2f76322d646174657069636b65722e737667)](https://camo.githubusercontent.com/28479a7a834310a667f36760a27283f7389e864a/68747470733a2f2f696d672e736869656c64732e696f2f6e706d2f6c2f76322d646174657069636b65722e737667)
5
+ [![]( https://camo.githubusercontent.com/28479a7a834310a667f36760a27283f7389e864a/68747470733a2f2f696d672e736869656c64732e696f2f6e706d2f6c2f76322d646174657069636b65722e737667)]( https://camo.githubusercontent.com/28479a7a834310a667f36760a27283f7389e864a/68747470733a2f2f696d672e736869656c64732e696f2f6e706d2f6c2f76322d646174657069636b65722e737667) [![build status]( 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)
6
6
 
7
7
  简体中文 | [English](https://github.com/kakajun/auto-generate-md/blob/master/README.EN.md)
8
8
 
@@ -26,7 +26,9 @@
26
26
 
27
27
  ☝️ 把工程按分类对拆分工程(自动拆分的错误可控, 手动拆分会有各种问题)
28
28
 
29
+ ☝️ 一键更改文件名,驼峰命名为kable-case
29
30
 
31
+ ☝️ 对路由进行自动分析
30
32
 
31
33
  ### 案例
32
34
 
@@ -180,3 +182,8 @@ $ agmd --ignore lib,node_modules,dist --include .js,.ts,.vue`
180
182
  👏 把工程按路由标记分类(对拆分工程很重要)
181
183
 
182
184
  ☝️ 把工程按分类对拆分工程(自动拆分的错误可控, 手动拆分会有各种问题)
185
+
186
+ 0.3.3
187
+ 优化提示日志打印
188
+ 对路由进行自动分析
189
+ 增加单元测试到26个,覆盖率达到84%,一些没必要的方法就没测试11