euberdeveloper/ga-dree
The github action of dree. After a special comment in the README, injects the directory tree of the repository made with dree.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| targetPath | A direct path to the markdown file with the comment where the directory tree will be injected | no | ./README.md |
| comment | The comment that will be replaced with the directory tree. Note: it will be of the format "[//]: # (comment)" | no | dree |
| root | The directory to be scanned | no | . |
| config | The path to the dree configuration file | no | — |
| showMadeWithDree | Add the "Made with dree" text after the dree text | no | true |
| exclude | The paths that will be excluded from the directory tree, separated by comma (note: overwritten by the config file) | no | /.git/** |
Outputs
no outputs