Skip to content

Repository files navigation

Game

Game package provides functionality to generate a fake game value.

Version node-current License

Install

npm

npm install @fakerjs/game --save-dev

yarn

yarn add @fakerjs/game -D

Usage

import game from '@fakerjs/game';

game({locale: 'en_US'}).title();
//=> Half-Life 
// Allowed locale: en_US

game().title();
//=> Half-Life 

game().genre();
//=> Action

game().platform();
//=> Windows 

Tests

Run tests

npm run test

License

The MIT License (MIT) Copyright (c) Sergey Romanenko

About

Game package provides functionality to generate a fake game value.

Resources

Code of conduct

Contributing

Stars

0 stars

Watchers

1 watching

Forks

Releases

Sponsor this project

Packages

Used by

Contributors

Languages