Skip to content

feat(instability): 各モジュール(ファイル)のカップリング数や不安程度を表示する #175

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 16, 2024

Conversation

ysk8hori
Copy link
Owner

No description provided.

Copy link

Delta TypeScript Graph

tsg  --include src/index.ts src/models.ts src/writeMarkdownFile.ts --highlight src/index.ts src/models.ts src/writeMarkdownFile.ts --exclude node_modules --abstraction src/config src/graph
flowchart TB
    classDef modified fill:yellow,stroke:#999,color:black
    subgraph src["src"]
        src/models.ts["models.ts"]:::modified
        src/writeMarkdownFile.ts["writeMarkdownFile.ts"]:::modified
        src/index.ts["index.ts"]:::modified
        src/graph_["/graph"]:::dir
        src/mermaidify.ts["mermaidify.ts"]
        src/config["/config"]:::dir
    end
    src/graph_-->src/models.ts
    src/mermaidify.ts-->src/models.ts
    src/writeMarkdownFile.ts-->src/mermaidify.ts
    src/writeMarkdownFile.ts-->src/models.ts
    src/index.ts-->src/graph_
    src/index.ts-->src/writeMarkdownFile.ts
    src/index.ts-->package.json
    src/index.ts-->src/models.ts
    src/index.ts-->src/config
    src/mermaidify.ts-->src/config

Loading

@ysk8hori ysk8hori merged commit c6e08e4 into main May 16, 2024
2 checks passed
@ysk8hori ysk8hori deleted the feature/instability-beta branch May 16, 2024 15:13
@ysk8hori
Copy link
Owner Author

🎉 This PR is included in version 0.13.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant