1.0.3 • Published 6 years ago

spmock v1.0.3

Weekly downloads
12
License
MIT
Repository
github
Last release
6 years ago

spmock

A customizable spongemock npm module with CLI support.

Build Status Coverage Status npm version

Installation

npm install spmock --save

or

yarn add spmock

Usage

For a given input string, the equivalent spongemock string can be generated. A bias value and seed can be provided to fine-tune spmock's output.

const spmock = require('spmock');

console.log(spmock.spmock(`hello world`));

Expected output (varies):

hElLo wOrLd

Test

npm run test
1.0.3

6 years ago

1.0.2

6 years ago

1.0.0

6 years ago