Skip to content

Commit

Permalink
updated readme and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tlivings committed Aug 23, 2014
1 parent 1be637e commit f866cca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Expand Up @@ -2,6 +2,10 @@

# swaggerize-express

**Version:** `1.0.0-alpha.6`
**Stability:** `unstable`
**Changelog:** [https://github.com/krakenjs/swaggerize-express/blob/master/CHANGELOG.md](https://github.com/krakenjs/swaggerize-express/blob/master/CHANGELOG.md)

`swaggerize-express` is a "spec first" approach to building RESTful services with a [Swagger spec](https://github.com/wordnik/swagger-spec/blob/master/versions/1.2.md)
and Express.

Expand All @@ -13,8 +17,6 @@ and Express.
- Input model validation.
- Models and handlers stubs generator command (`swaggerize`).

`swaggerize-express` is currently `pre-release` and as a result may change without warning.

### Why "Spec First"

There are already a number of modules that help build REST services with express and swagger. However,
Expand Down Expand Up @@ -68,7 +70,7 @@ server.listen(port, 'localhost', function () {
});
```

Also checkout the [Quick Start Guide](QUICKSTART.md).
Also checkout the [Quick Start Guide](https://github.com/krakenjs/swaggerize-express/blob/master/QUICKSTART.md).

### Mount Path

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "swaggerize-express",
"version": "0.1.0-alpha.5",
"version": "0.1.0-alpha.6",
"author": "Trevor Livingston <trlivingston@paypal.com>",
"description": "Spec-first driven swagger express routing.",
"keywords": [
Expand Down

0 comments on commit f866cca

Please sign in to comment.