{%= description %}
{%= include("install") %}
npm test
var shuffle = require('{%= name %}');
shuffle('foo bar baz');
//=> 'baz foo bar'
Shuffle letters and words:
shuffle('foo bar baz', true);
//=> 'zba rba ofo'
{%= include("author") %}
{%= copyright() %} {%= license() %}
{%= include("footer") %}