usebruno / bruno

Opensource IDE For Exploring and Testing Api's (lightweight alternative to postman/insomnia)
https://www.usebruno.com/
MIT License
27.34k stars 1.25k forks source link

External Libaries Outside Collection #2216

Open reinharn opened 6 months ago

reinharn commented 6 months ago

I have checked the following:

Describe the feature you want to add

It is possible to use external Libaries outside of Collections? We use not only one Collection and want to use "faker-js" in the Collection, but dont want to install it in every single Collection. It is possible that we can install it outside of a collection an use it in the collections?

Mockups or Images of the feature

Use Import or require in a Collection when the Libarie is installed outside of the collection.

reinharn commented 3 weeks ago

Is it possible? Because we have more than one Collection and don't want to install node-modules in every Collection.