mondeja/Starts with line replacer
Replaces lines in a file that start with a specific string.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| working-directory | The working directory. Defaults to "." (current folder). | no | . |
| file | The file to check for lines starting with a specific string. | yes | — |
| starts-with | The string that lines should start with to be replaced. | yes | — |
| replace-by | The string to replace lines that start with the specified string. | yes | — |
Outputs
no outputs