{%= name %} {%= badge(“fury”) %}

{%= description %}

Install

{%= include(“install-npm”, {save: true}) %} {%= include(“install-bower”, {save: true}) %}

Usage

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

repeat('A', 5);
//=> AAAAA

Author

{%= include(“author”) %}

Other javascript/node.js utils

Other projects that I maintain:

License

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


{%= include(“footer”) %}