https://github.com/oamerge/oamerge
Merge and share OpenAPI endpoints and schemas.
https://github.com/oamerge/oamerge
api generator merge oamerge openapi
Last synced: 10 months ago
JSON representation
Merge and share OpenAPI endpoints and schemas.
- Host: GitHub
- URL: https://github.com/oamerge/oamerge
- Owner: oamerge
- License: other
- Created: 2022-07-04T23:29:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-04T21:31:06.000Z (almost 3 years ago)
- Last Synced: 2024-03-05T02:03:05.106Z (almost 2 years ago)
- Topics: api, generator, merge, oamerge, openapi
- Language: JavaScript
- Homepage: https://oamerge.com
- Size: 194 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# OpenAPI Merge
Merge and share OpenAPI endpoints and schemas. Documentation at [OAMerge.com](https://oamerge.com)
This is a monorepo, with the following packages available:
* [`oamerge`](./packages/oamerge) - The core functionality and CLI for OpenAPI Merge.
* [`@oamerge/generator-routes`](./packages/generator-routes) - Generate a file containing all routes from one or more OpenAPI Merge folders.
## License
This software and all example code are dedicate to the [public domain](http://en.wikipedia.org/wiki/Public_Domain).
## Dependencies
All dependencies shipped as part of the compiled code are given a security and license audit, to make sure they can be distributed as part of this public domain creative work, and are pinned at the marked versions. Licenses are retained in the [licensing](./licensing) folder.
## Contributing
Please view the [contribution guide](./CONTRIBUTING.md) before contributing code.