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

support packages sourced from local filesystem, not just remote urls #36

Open
Arnaz87 opened this issue Feb 10, 2019 · 0 comments
Open

Comments

@Arnaz87
Copy link

Arnaz87 commented Feb 10, 2019

When developing and testing packages, they are not saved in github but instead are in the local machine of the developer, machu picchu needs a way to link to those versions of the packages.

  • Peru has peru sync [package] [directory]
  • In Cargo a path option is added to the dependency. It currently has no way of not modifying the cargo file so it has to be reverted manually before pushing
  • npm has a link command that when run without arguments, creates a package link in the current machine, and when run in another project, npm link [package] creates a symlink to the previously linked package as the dependency

I like the idea of a manifest.patch.scl file that is untracked by git that overrides the manifest file, along with an option for an mp package to point to a directory rather than a git link.

@naturallymitchell naturallymitchell changed the title A way to link mp to local packages support packages sourced from local filesystem, not just remote urls Feb 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant