NameIT
NameIT copied to clipboard
PowerShell module for randomly generating data
`?` inside a template is replaced with `[alpha]`; similarly `#` is replaced with `[digit]`. But if you did something like `ig "[randomdate 1/1/1111 2/2/2222 'yyyy ? MM ? dd']"` you'd...
Example: ```powershell Invoke-Generate -Template "[randomdate 1/1/1999 5/5/5555 'yyyy 2 3']" ``` Just outputs the command since it doesn't get recognized properly as a generator. I think this is due to...
Put a check into to make sure the generated string hasn't already been generated previously in the loop. - Should this be a new `-Unique` switch or the default behavior?...
https://github.com/dfinke/NameIT/blob/master/NameIT.psm1#L310
I want to to generate pseudo words, rather than relying on just the word lists. Basically 1..4 syllables (with phonetic vowels), with the first letter capitalized (since your words always...