Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 436 Bytes

.verbrc.md

File metadata and controls

39 lines (26 loc) · 436 Bytes

{%= name %} {%= badge("fury") %}

{%= description %}

Install

{%= include("install") %}

Run tests

npm test

Usage

var shuffle = require('{%= name %}');

shuffle('foo bar baz');
//=> 'baz foo bar'

Shuffle letters and words:

shuffle('foo bar baz', true);
//=> 'zba rba ofo'

Author

{%= include("author") %}

License

{%= copyright() %} {%= license() %}


{%= include("footer") %}