ipm icon indicating copy to clipboard operation
ipm copied to clipboard

Integration with External Language Package Managers

Open kuszewski opened this issue 3 years ago • 2 comments
trafficstars

The package will need to be able to install dependencies from third-party package managers. We can do that with running a system command today, but it'd be good to make this easy. For example, making it so that it's easy to run maven and install the dependencies in the packages directory (as suggested in an earlier story).

kuszewski avatar Nov 22 '21 19:11 kuszewski

FYI, here's some relevant work for node/npm: https://github.com/intersystems/isc-ipm-js

isc-tleavitt avatar Feb 01 '23 17:02 isc-tleavitt