vrsoftbr/Search Text
Search a text in files into repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| text | Text to search in files content | yes | — |
| include | File pattern to search files that match (Ex.: *.ts or *.{js.ts} to multiples) | yes | — |
| exclude-dir | Directory to be ignored (Ex.: node_modules or {node_modules,coverage} to multiples) | no | — |
| error-on-find | When find, throw a error? | yes | false |
Outputs
| name | description |
|---|---|
| count | Count of incidence of text in files |