bruno icon indicating copy to clipboard operation
bruno copied to clipboard

Standalone Package to convert to Bruno collection

Open thim81 opened this issue 2 months ago • 0 comments

Description

Linked to https://github.com/usebruno/bruno/issues/2340

Provide the Bruno importers (located now in /bruno-app/src/utils/importers) as a standalone package, that can be published as a NPM package.

This would allow the open-source tools to import and use the import functions to convert Postman, OpenAPI, ... programmatically to BRU files, which can be used via the Bruno App and Bruno CLI.

Support conversion from:

  • Postman collection
  • Insomnia collection
  • OpenAPI specification
  • Postman environment

To Bruno collection

Contribution Checklist:

  • [x] The pull request only addresses one issue or adds one feature.
  • [x] The pull request does not introduce any breaking changes
  • [ ] I have added screenshots or gifs to help explain the change if applicable.
  • [x] I have read the contribution guidelines.
  • [x] Create an issue and link to the pull request.

Note: Keeping the PR small and focused helps make it easier to review and merge. If you have multiple changes you want to make, please consider submitting them as separate pull requests.

Publishing to New Package Managers

Please see here for more information.

thim81 avatar May 19 '24 20:05 thim81