This is a starter kit for creating JSON schemas based on the Open-RPC standard, building documentation and api mocks in minutes.
-
include your api specification to
schema/openrpc.json
. -
run
make pull
-
run
make docs-watch
to see api documentation in browser. -
run
make mock-server
to start example rpc server.
or run make help
for available commands.
MIT. Please see the license file for more information.