Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install from partial github repository #45

Open
1 task done
sertonix opened this issue Dec 18, 2022 · 0 comments
Open
1 task done

install from partial github repository #45

sertonix opened this issue Dec 18, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@sertonix
Copy link
Contributor

Have you checked for existing feature requests?

  • Completed

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

@sertonix sertonix added the enhancement New feature or request label Dec 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant