schema-to-db-json
v0.0.1
Published
Generate db.json for json-server from JSON Hyper-Schema
Downloads
4
Readme
schema-to-db-json
Generate db.json for json-server from JSON Hyper-Schema
Usage
# Install json-server, shcmea-to-db-json
npm install -g json-server schema-to-db-json
# Generate db.json from JSON Hyper-Schema
schema-to-db-json schema.json > db.json
# Start json-server
json-server --watch db.json
License
MIT