apistry
v0.3.4
Published
APIstry - Provide functional APIs directly from OpenAPI specification
Downloads
1,013
Readme
apistry
APIstry — Build and startServer APIs directly from an OpenAPI specification.
Quick start
Install globally:
npm install -g apistry
Or run locally from the project:
cd apistry npm install npm run build node dist/apistry.js startServer -c path/to/contract.yaml -p 3000
Usage
apistry startServer [options]
See src/apistry.js for available CLI options.
Contributing
Please open issues and pull requests on the repository. Follow the contribution and code of conduct guidelines in the main project.
License
MIT ©
