NameIT icon indicating copy to clipboard operation
NameIT copied to clipboard

PowerShell module for randomly generating data

Results 16 NameIT issues
Sort by recently updated
recently updated
newest added

I have installed your module but I am not able to use it. When I attempt to invoke the `invoke-generate` I get the typical command not found error. It is...

Add new base generator and associated tests Name: character Purpose: Generates a single symbol, number, or alpha character in either upper or lower case. Will be used by a planned...

Usage like `ig -CustomData @{ pwd = 'a', 'B' } '[pwd]'` returns the present working directory because there is an [_Alias_](https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_command_precedence?view=powershell-7.3#using-wildcards-in-execution) with this name already. Maybe one could use execution...

investigate

There's multiple methods of handling the separator used in csv files. Person generator is set to always use ',' https://github.com/dfinke/NameIT/blob/fdf82a9be2bf08dddf221018be8fcb4234c42612/Generators/person.ps1#L60 City generator uses the current culture setting (in Swedish culture...

added improved wordlists for nouns, verbs and colors included new wordlist for cities created CITY generator Note: sorry, Doug! I didn't understand the autogen template function and I did not...

Would it be possible to have the case of the token change the case of the output? I was surprised this week when I tried to generate something, that `[color]`...

investigate

Hello, I added a creditcardnumber generator. It this what you're looking for? Or you want it to be more advanced? Thanks, Tovervlag

## Add the following random generators - [ ] Add `Address` - rename to `StreetAddress`. Expand to include state and zip code? - [ ] Expand `StreetAddress` - add Apt?...

Up-for-Grabs

The list of valid tokens or template functions in `Get-Help Invoke-Generate` and [your ReadMe](https://github.com/dfinke/NameIT#template-functions) seem to be missing a bunch of options. ![image](https://user-images.githubusercontent.com/192942/73193860-3ea11580-40f9-11ea-9a9c-600e2bfe0314.png) If I'm understanding things correctly, the full...

bug