ryohidaka/Node.js Cleanup

A GitHub Action that cleanup Node.js template configures.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
descriptionThe description of the project.no
versionThe version of the project. If not provided, the default is '0.0.0'.no0.0.0
emailThe email address to be used in the project.no
bugs-urlThe 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
homepageThe 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-licenseA boolean value that indicates whether to remove the license. The default is false.nofalse
excludedComma-separated list of file or directory paths to remove.no
template-dirThe path to the project's template directory. If not provided, the default template directory will be used.no
remove-template-dirA boolean value indicating whether to remove the template directory. The default is false.nofalse
placeholdersno{"name": "%NAME%", "description": "%DESCRIPTION%", "author": "%AUTHOR%"}
node-versionVersion Spec of the version to use in SemVer notation.nolatest
pre-commit-scriptThe shell script code to execute before committing changes.no
commit-user-nameThe username for the commit. If not provided, the default is 'github-actions[bot]'.nogithub-actions[bot]
commit-user-emailThe user email for the commit. If not provided, the default is '41898282+github-actions[bot]@users.noreply.github.com'.no41898282+github-actions[bot]@users.noreply.github.com
commit-messageThe commit message. If not provided, the default is 'Template cleanup'.noTemplate cleanup
dryrunExecute the process, but do not push the commit at the end.nofalse

no outputs