faker-javascript / sentence

Sentence package provides functionality to generate a fake sentence populated by semi-pronounceable random (nonsense) words value.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sentence

Sentence package provides functionality to generate a fake sentence populated by semi-pronounceable random (nonsense) words value.

Version node-current License

Install

npm

npm install @fakerjs/sentence --save-dev

yarn

yarn add @fakerjs/sentence -D

Usage

import sentence from '@fakerjs/sentence';

sentence();
//=> Catugetona cut rejiduri serobujuro gikupoj.

sentence({words: 10});
//=> Tutevar pojerupuku ser zomi lonubob cirahopi kikacater mucosup emafob inudavapa.

Tests

Run tests

npm run test

License

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

About

Sentence package provides functionality to generate a fake sentence populated by semi-pronounceable random (nonsense) words value.

License:MIT License


Languages

Language:JavaScript 86.5%Language:TypeScript 13.5%