jacobtomlinson/Find and Replace
Find and replace a string in your project files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| include | A glob of files to include in our find and replace | no | ** |
| exclude | A glob of files to exclude in our find and replace | no | .git/** |
| find | The regular expression (or fixed string) we want to replace | yes | — |
| replace | The new string to replace with | yes | — |
| regex | Whether to match with.find as a regular expression instead of a fixed string | no | — |
Outputs
| name | description |
|---|---|
| modifiedFiles | The number of files which have been modified |