An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# PseudoRandomStringsCore

[![Build Status](https://travis-ci.org/arthrp/PseudoRandomStringsCore.svg?branch=master)](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.