https://github.com/arthrp/pseudorandomstringscore
.NET Core port of PseudoRandomStrings utility
https://github.com/arthrp/pseudorandomstringscore
dotnet dotnet-core productivity-booster
Last synced: 7 months ago
JSON representation
.NET Core port of PseudoRandomStrings utility
- Host: GitHub
- URL: https://github.com/arthrp/pseudorandomstringscore
- Owner: arthrp
- License: gpl-3.0
- Created: 2018-02-04T22:25:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-10T11:21:31.000Z (over 7 years ago)
- Last Synced: 2025-01-07T10:28:10.960Z (9 months ago)
- Topics: dotnet, dotnet-core, productivity-booster
- Language: C#
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PseudoRandomStringsCore
[](https://travis-ci.org/arthrp/PseudoRandomStringsCore)
Productivity tool to generate random data - strings, emails, names, etc.
Use it like:
```PseudoRandomStringsCore email -l 20```Will generate random 20-char email.
You can get info about all commands by running ```PseudoRandomStringsCore help```.
To get executable simply run ```dotnet publish -c Release -r win7-x64``` or ```dotnet publish -c Release -r ubuntu-x64``` depending on which OS do you run.