-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from PolicyStat/verb
Document with Verb Fixes #8
- Loading branch information
Showing
3 changed files
with
20 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{%= badge("npm") %} {%= badge("standard") %} | ||
|
||
# {%= name %} {%= badge("travis") %} | ||
|
||
## API | ||
|
||
{%= apidocs("index.js") %} | ||
|
||
## License | ||
|
||
{%= copyright() %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,12 @@ | ||
# call-n-times | ||
[![NPM](https://nodei.co/npm/call-n-times.png)](https://nodei.co/npm/call-n-times/) | ||
[![js-standard-style](https://raw.githubusercontent.com/feross/standard/master/badge.png)](https://github.com/feross/standard) | ||
|
||
Calls a provided function a specified number of times, synchronously, and returns an array of the return values. | ||
|
||
Should work in IE7+. Perhaps even older. | ||
# call-n-times [![Build Status](https://travis-ci.org/PolicyStat/call-n-times.svg)](https://travis-ci.org/PolicyStat/call-n-times) | ||
|
||
## API | ||
|
||
See [here](./index.js). | ||
|
||
## License | ||
|
||
Copyright © 2015 PolicyStat LLC |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters