dignio/To letter case
Convert a string to kebab, camel and snake case
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Apr 6, 2022
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: dignio/letter-case-action@d1a40a2dfeece2f4b61778ccff657d0132ae8633 # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| string | The string to transform | yes | — |
Outputs
| name | description |
|---|---|
| kebab | The kebab case string |
| camel | The camel case string |
| snake | The snake case string |