octodemo-resources/Random Name Generator
Creates randomized names
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| max_length | The maximum length of the names to generate, could be shorter | no | — |
| count | The number of names to generate | no | 5 |
Outputs
| name | description |
|---|---|
| names | The complete array of names that were generated as a JSON encoded string |
| names_comma_separated | The complete array of names that were generated as a comma separated string |
| name | The first name that was generated |