pulsar-edit / ppm

Pulsar Package Manager
MIT License
35 stars 13 forks source link

install from partial github repository #45

Open sertonix opened 1 year ago

sertonix commented 1 year ago

Have you checked for existing feature requests?

Summary

It would be nice to be able to install packages from git that are not in the root of the repo. For example like the packages in the core repo. I found some instructions on how to do that here. Example for the settings-view package:

git clone --depth 1 --filter=blob:none --sparse https://github.com/pulsar-edit/pulsar
cd pulsar
git sparse-checkout set packages/settings-view
cd packages/settings-view

Enter your response below:

It would allow the installation of packages that have been moved into the core repo directly from git.

Any alternatives?

Do the installation manually. It would be possible but for example updating would not work.

Other examples:

No response