Skip to content

A customizable spongemock npm module with CLI support.

Notifications You must be signed in to change notification settings

danielsmith4483/spmock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A customizable spongemock npm module with CLI support.

Resources

Stars

Watchers

Forks

Packages

No packages published