docs: add deps document

上级 838bd1e6
...@@ -24,6 +24,7 @@ Available Commands: ...@@ -24,6 +24,7 @@ Available Commands:
cloc count lines of code with complexity estimation cloc count lines of code with complexity estimation
concept build domain concept from source code concept build domain concept from source code
count count most refs function count count most refs function
deps evaluate dependencies
evaluate evaluate code situation and refactor effort evaluate evaluate code situation and refactor effort
git analysis git commit history for revs count, summary and suggest git analysis git commit history for revs count, summary and suggest
help Help about any command help Help about any command
...@@ -442,6 +443,24 @@ results ...@@ -442,6 +443,24 @@ results
+---------------------+---------------------------------------------------------------+------+ +---------------------+---------------------------------------------------------------+------+
``` ```
### Find unused deps
```
coca deps -p _fixtures/deps/maven_sample
```
results:
```
+---------------------------+----------------------------------------+---------+
| GROUPID | ARTIFACTID | SCOPE |
+---------------------------+----------------------------------------+---------+
| org.flywaydb | flyway-core | |
| mysql | mysql-connector-java | runtime |
| org.springframework.cloud | spring-cloud-starter-contract-verifier | test |
+---------------------------+----------------------------------------+---------+
```
## Todo ## Todo
- bad smell support - bad smell support
...@@ -514,11 +533,11 @@ results ...@@ -514,11 +533,11 @@ results
- [ ] GitHub search code - [ ] GitHub search code
- [ ] Pluggable - [ ] Pluggable
- [ ] plugin support - [ ] plugin support
- [ ] Dependence Analysis - [x] Dependence Analysis
- [ ] Deps Related Counts - [ ] Deps Related Counts
- [ ] 3rd-party analysis XML or Groovy Scripts - [x] 3rd-party analysis XML or Groovy Scripts
- [ ] Groovy Support - [x] Groovy Support
- [ ] migrate to Golang Styles - [x] migrate to Golang Styles
Documents Todo: Documents Todo:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册