Skip to content

Commit

Permalink
docs: add pillarjs badge layout
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Jan 2, 2015
1 parent 0c13554 commit 7d0a2f1
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# resolve-path

# Resolve Path
[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![Node.js Version][node-image]][node-url]
[![Build Status][travis-image]][travis-url]
[![Test Coverage][coveralls-image]][coveralls-url]

Resolve a path against a root path with validation against common malicious attacks.

Expand All @@ -23,3 +28,14 @@ var filename = resolve(process.cwd(), 'public/favicon.ico')
`absolutePath` is the resolved path.

This function __throws__.

[npm-image]: https://img.shields.io/npm/v/resolve-path.svg?style=flat
[npm-url]: https://npmjs.org/package/resolve-path
[node-image]: https://img.shields.io/node/v/resolve-path.svg?style=flat
[node-url]: http://nodejs.org/download/
[travis-image]: https://img.shields.io/travis/pillarjs/resolve-path.svg?style=flat
[travis-url]: https://travis-ci.org/pillarjs/resolve-path
[coveralls-image]: https://img.shields.io/coveralls/pillarjs/resolve-path.svg?style=flat
[coveralls-url]: https://coveralls.io/r/pillarjs/resolve-path?branch=master
[downloads-image]: https://img.shields.io/npm/dm/resolve-path.svg?style=flat
[downloads-url]: https://npmjs.org/package/resolve-path

0 comments on commit 7d0a2f1

Please sign in to comment.