Skip to content

Instantly share code, notes, and snippets.

View Ben-yon's full-sized avatar
🎯
Focusing

Ben-yon

🎯
Focusing
View GitHub Profile
@Ben-yon
Ben-yon / Jenkinsfile
Created September 6, 2022 12:27 — forked from merikan/Jenkinsfile
Some Jenkinsfile examples
Some Jenkinsfile examples
@Ben-yon
Ben-yon / convert-postman-to-insomnia.js
Created April 19, 2022 09:55 — forked from wesleyegberto/convert-postman-to-insomnia.js
Script to convert a Postman backupt to Insomnia
/**
* Script to parse a Postman backupt to Insomnia keeping the same structure.
*
* It parses:
* - Folders
* - Requests
* - Environments
*
* Notes: Insomnia doesn't accept vars with dots, if you are using you must replace yours URLs manually (see ENVIRONMENTS_EXPORTS).
*/