Skip to content

Commit

Permalink
Merge pull request #15 from PolicyStat/verb
Browse files Browse the repository at this point in the history
Document with Verb

Fixes #8
  • Loading branch information
mightyiam committed Apr 28, 2015
2 parents 7f4b594 + e970d34 commit 554f909
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 5 deletions.
11 changes: 11 additions & 0 deletions .verb.md
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() %}
11 changes: 7 additions & 4 deletions README.md
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
3 changes: 2 additions & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pkg.scripts = {
'npm run unit'
].join(' && ')
}
pkg.githubRepo('policystat/call-n-times')
pkg.githubRepo('PolicyStat/call-n-times')
pkg.keywords = [
'call',
'repeat',
Expand All @@ -31,6 +31,7 @@ pkg.keywords = [
pkg.author = mightyiam.authorString
pkg.license = ps.openSource.license.spdx
pkg.devDependencies = {
'verb-cli': '^0.6.2',
mocha: '^2.2.4',
chai: '^2.3.0',
sinon: '^1.14.1',
Expand Down

0 comments on commit 554f909

Please sign in to comment.