Package Exports
- insomnia-plugin-postman-export
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (insomnia-plugin-postman-export) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
insomnia-plugin-postman-export
[beta; npm publish pending; use manually by copying to the Appendix 1 folder and (for the 1st time) running 'npm install']
Adds 'Export as Postman Collection' option in Collection (Workspace) menu
Requests can be selected via regex or a csv of request ids (the filters don't work at folder levels currently)
See todo section in main.js for limitations and enhancement plans
Based on https://github.com/Vyoam/InsomniaToPostmanFormat
Appendix 1
MacOS: ~/Library/Application\ Support/Insomnia/plugins/
Windows: %APPDATA%\Insomnia\plugins\
Linux: $XDG_CONFIG_HOME/Insomnia/plugins/ or ~/.config/Insomnia/plugins/