express-status
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "express-status", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "status code response helper", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# express-status | ||
Extends express respons prototype with status codes | ||
Extends express response prototype with status codes helper methods. | ||
@@ -26,2 +26,9 @@ [![Build Status](https://travis-ci.org/RiptideCloud/express-status.svg)](https://travis-ci.org/RiptideCloud/express-status) | ||
## Document | ||
Documentation is managed by commenting code with [jsdoc](http://usejsdoc.org/) and editing the [template](https://github.com/RiptideCloud/express-status/blob/master/docjs2md/README.hbs). | ||
You can [README.md](https://github.com/RiptideCloud/express-status/blob/master/README.md) by executing | ||
```bash | ||
gulp doc | ||
``` | ||
<a name="module_express-status"></a> | ||
@@ -28,0 +35,0 @@ ## express-status |
Sorry, the diff of this file is not supported yet
40617
346