Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tinchoz49/openapi-bruno
Build bruno API directories based on your OpenAPI schemas.
https://github.com/tinchoz49/openapi-bruno
bruno cli openapi
Last synced: 22 days ago
JSON representation
Build bruno API directories based on your OpenAPI schemas.
- Host: GitHub
- URL: https://github.com/tinchoz49/openapi-bruno
- Owner: tinchoz49
- License: mit
- Created: 2024-09-30T20:50:06.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-01T12:14:48.000Z (about 1 month ago)
- Last Synced: 2024-10-17T01:15:06.491Z (28 days ago)
- Topics: bruno, cli, openapi
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# openapi-bruno
> Build bruno API directories based on your OpenAPI schemas.
![Tests](https://github.com/tinchoz49/openapi-bruno/actions/workflows/test.yml/badge.svg)
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard--ext-05ae89.svg)](https://github.com/tinchoz49/eslint-config-standard-ext)
[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat)](https://github.com/RichardLitt/standard-readme)## Install
```bash
$ npm install openapi-bruno
```## Usage
```bash
$ npx openapi-bruno https://petstore3.swagger.io/api/v3/openapi.json
```## Issues
:bug: If you found an issue we encourage you to report it on [github](https://github.com/tinchoz49/openapi-bruno/issues). Please specify your OS and the actions to reproduce it.
## Contributing
:busts_in_silhouette: Ideas and contributions to the project are welcome. You must follow this [guideline](https://github.com/tinchoz49/openapi-bruno/blob/main/CONTRIBUTING.md).
## License
MIT © 2024 Martin Acosta