@repoatlasdev/github-action
v0.2.1
Published
Official RepoAtlas GitHub Action for automated repository tree visualization and Mermaid diagrams
Readme
@repoatlasdev/github-action
GitHub Action to automatically generate
PROJECT_STRUCTURE.mdandMERMAID.mdin repository workflows.
Usage in GitHub Workflow
name: Update Repository Structure
on:
push:
branches: [main]
jobs:
structure:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: repoatlasdev/[email protected]
with:
auto_commit: true
generate_mermaid: true