UNPKG

1.83 kBMarkdownView Raw
1# {%= name %} {%= badge("fury") %}
2
3> {%= description %}
4
5{%= include("install-npm", {save: true}) %}
6{%= include("install-bower", {save: true}) %}
7
8## Usage
9
10```js
11var repeat = require('{%= name %}');
12
13repeat('A', 5);
14//=> AAAAA
15```
16
17## Author
18{%= include("author") %}
19
20### Other javascript/node.js utils
21
22Other projects that I maintain:
23
24 - [assemble](https://github.com/jonschlinkert/assemble)
25 - [verb](https://github.com/jonschlinkert/verb)
26 - [less.js](https://github.com/jonschlinkert/less.js)
27 - [handlebars-helpers](https://github.com/jonschlinkert/handlebars-helpers)
28 - [arr](https://github.com/jonschlinkert/arr)
29 - [arr-diff](https://github.com/jonschlinkert/arr-diff)
30 - [array-last](https://github.com/jonschlinkert/array-last)
31 - [array-slice](https://github.com/jonschlinkert/array-slice)
32 - [array-sum](https://github.com/jonschlinkert/array-sum)
33 - [arrayify-compact](https://github.com/jonschlinkert/arrayify-compact)
34 - [compact-object](https://github.com/jonschlinkert/compact-object)
35 - [delete](https://github.com/jonschlinkert/delete)
36 - [for-in](https://github.com/jonschlinkert/for-in)
37 - [for-own](https://github.com/jonschlinkert/for-own)
38 - [has-any](https://github.com/jonschlinkert/has-any)
39 - [has-value](https://github.com/jonschlinkert/has-value)
40 - [is-number](https://github.com/jonschlinkert/is-number)
41 - [is-plain-object](https://github.com/jonschlinkert/is-plain-object)
42 - [mixin-deep](https://github.com/jonschlinkert/mixin-deep)
43 - [mixin-object](https://github.com/jonschlinkert/mixin-object)
44 - [object-length](https://github.com/jonschlinkert/object-length)
45 - [omit-empty](https://github.com/jonschlinkert/omit-empty)
46 - [reduce-object](https://github.com/jonschlinkert/reduce-object)
47
48## License
49{%= copyright() %}
50{%= license() %}
51
52***
53
54{%= include("footer") %}
\No newline at end of file