Ecosyste.ms: Awesome

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

https://github.com/neotoolkit/faker

Fake data generator
https://github.com/neotoolkit/faker

Last synced: about 2 months ago
JSON representation

Fake data generator

Lists

README

        

# faker

[![build-img]][build-url]
[![pkg-img]][pkg-url]
[![reportcard-img]][reportcard-url]
[![coverage-img]][coverage-url]
[![version-img]][version-url]

Fake data generator

## Features
- Zero dependencies
- Easy to integrate.

## Installation
Go version 1.18+
```shell
go get go.neotoolkit.com/faker
```

## Usage
```go
package main

import (
"fmt"

"go.neotoolkit.com/faker"
)

func main() {
fmt.Println(faker.Name())
}
```
```bash
Tom Bloggs
```

## Documentation

See [these docs][pkg-url].

## License

[MIT License](LICENSE).

[build-img]: https://github.com/neotoolkit/faker/workflows/build/badge.svg
[build-url]: https://github.com/neotoolkit/faker/actions
[pkg-img]: https://pkg.go.dev/badge/neotoolkit/faker
[pkg-url]: https://pkg.go.dev/github.com/neotoolkit/faker
[reportcard-img]: https://goreportcard.com/badge/neotoolkit/faker
[reportcard-url]: https://goreportcard.com/report/neotoolkit/faker
[coverage-img]: https://codecov.io/gh/neotoolkit/faker/branch/main/graph/badge.svg
[coverage-url]: https://codecov.io/gh/neotoolkit/faker
[version-img]: https://img.shields.io/github/v/release/neotoolkit/faker
[version-url]: https://github.com/neotoolkit/faker/releases

## Sponsors



Sponsored by Evrone