faked 0.1.0

D library to create fake data


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

FakeD

A real fake data generation library with localization support. See docs for list of supported localizations. Created by "parsing" most of faker.js and transforming it into D. This is done by the tool fakerjsgnerator.

Docs

Docs

Example

void main() {
	import std.stdio;
	import faked;

	auto f = new Faker(/*random seed */ 1337);

	writeln(f.loremText());
	writeln(f.addressCity());
	writeln(f.nameName());

	// localized to german
	f = new Faker_de(/*random seed */ 1338);

	writeln(f.loremText());
	writeln(f.addressCity());
	writeln(f.nameName());
}

About Kaleidic Associates

We are a boutique consultancy that advises a small number of hedge fund clients. We are not accepting new clients currently, but if you are interested in working either remotely or locally in London or Hong Kong, and if you are a talented hacker with a moral compass who aspires to excellence then feel free to drop me a line: laeeth at kaleidic.io

We work with our partner Symmetry Investments, and some background on the firm can be found here:

http://symmetryinvestments.com/about-us/

Authors:
  • Robert Schadek
Dependencies:
none
Versions:
6.0.1 2024-Jan-09
6.0.0 2024-Jan-09
5.0.0 2022-Nov-30
4.0.0 2022-Aug-08
3.0.0 2022-Aug-05
Show all 15 versions
Download Stats:
  • 10 downloads today

  • 53 downloads this week

  • 213 downloads this month

  • 8114 downloads total

Score:
3.1
Short URL:
faked.dub.pm