ykicchan/Generate Directory Listing Action
Generate index.html files for directory listing.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| target | Path to target directory. | yes | — |
| viewType | View type of the directory listing. Available options: `table`, `list`. | no | table |
| ignore | Pattern to ignore files or directories. Multiple patterns can be separated by commas. ex. `node_modules, **/*.log` | no | — |
| showHiddenFiles | Show hidden files in the directory listing. | no | false |
| theme | Path to a custom CSS file for styling. Must be a relative path from the target directory. | no | — |
| override | Override existing index.html files. | no | false |
Outputs
no outputs