Skip to main content
Module

x/documentary/process.md

(Alpha) Maintain document and build tool.
Go to Latest
File

dependentFilePaths: [‘filename’]

graph
  a(Get configuration) --> b(Search files)
  a --> d(Arrange git diff)
  b --> c(Arrange dipendency)
  c --> e(Compare dipendency and git diff)
  d --> e
  e --> output