ryohidaka/Node.js Cleanup
A GitHub Action that cleanup Node.js template configures.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| description | The description of the project. | no | — |
| version | The version of the project. If not provided, the default is '0.0.0'. | no | 0.0.0 |
| The email address to be used in the project. | no | — | |
| bugs-url | The URL where the project's bugs are tracked. If not provided, the default is the issues page of the repository (e.g., 'https://github.com/username/repo/issues'). | no | — |
| homepage | The URL of the project's homepage. If not provided, the default is the readme page of the repository (e.g., 'https://github.com/username/repo#readme'). | no | — |
| remove-license | A boolean value that indicates whether to remove the license. The default is false. | no | false |
| excluded | Comma-separated list of file or directory paths to remove. | no | — |
| template-dir | The path to the project's template directory. If not provided, the default template directory will be used. | no | — |
| remove-template-dir | A boolean value indicating whether to remove the template directory. The default is false. | no | false |
| placeholders | — | no | {"name": "%NAME%", "description": "%DESCRIPTION%", "author": "%AUTHOR%"} |
| node-version | Version Spec of the version to use in SemVer notation. | no | latest |
| pre-commit-script | The shell script code to execute before committing changes. | no | — |
| commit-user-name | The username for the commit. If not provided, the default is 'github-actions[bot]'. | no | github-actions[bot] |
| commit-user-email | The user email for the commit. If not provided, the default is '41898282+github-actions[bot]@users.noreply.github.com'. | no | 41898282+github-actions[bot]@users.noreply.github.com |
| commit-message | The commit message. If not provided, the default is 'Template cleanup'. | no | Template cleanup |
| dryrun | Execute the process, but do not push the commit at the end. | no | false |
Outputs
no outputs