File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.2.1
4+ - Publish package as unscoped ` openapi-mock-darksol ` for broad installability
5+
36## 0.2.0
47- Rename package to ` @darksol/openapi-mock ` with ` openapi-mock ` CLI binary
58- Add ` --watch ` hot-reload mode for local spec/config changes
Original file line number Diff line number Diff line change 1- # @ darksol/ openapi-mock
1+ # openapi-mock-darksol
22
33Generate a local mock API server from an OpenAPI 3 spec.
44
55## Install
66
77``` bash
8- npm i -D @darksol/ openapi-mock
8+ npm i -D openapi-mock-darksol
99```
1010
1111Or run directly:
1212
1313``` bash
14- npx @darksol/ openapi-mock mock:start --spec ./openapi.yaml
14+ npx openapi-mock-darksol mock:start --spec ./openapi.yaml
1515```
1616
1717## Quickstart
Original file line number Diff line number Diff line change 11{
2- "name" : " @darksol/ openapi-mock" ,
3- "version" : " 0.2.0 " ,
2+ "name" : " openapi-mock-darksol " ,
3+ "version" : " 0.2.1 " ,
44 "description" : " Generate and serve mock APIs directly from OpenAPI specs" ,
55 "main" : " src/index.js" ,
66 "bin" : {
You can’t perform that action at this time.
0 commit comments