Skip to content

Commit fc541c3

Browse files
committed
readme, keywords
1 parent c9db745 commit fc541c3

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
# openapi-mock
1+
# OpenAPI Mock
2+
3+
CLI utility to start a mock server based upon a Swagger/OpenAPI JSON or YAML spec file.
4+
5+
Uses [swagger-node-runner](https://github.com/theganyo/swagger-node-runner) and [sway](https://github.com/apigee-127/sway).
6+
7+
## Install
8+
9+
`npm install -g openapi-mock`
10+
11+
12+
## Usage
13+
214
```
315
Usage: openapi-mock [options] <spec>
416

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "openapi-mock",
33
"version": "0.0.2",
44
"description": "Create a mock server from an OpenAPI/Swagger file",
5-
"keywords": [],
5+
"keywords": ["openapi", "mock", "stub", "swagger", "nodejs"],
66
"author": "Alasdair McLeay",
77
"license": "ISC",
88
"main": "app.js",

0 commit comments

Comments
 (0)