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

remote dependencies - FYI #88

Open
phoddie opened this issue Dec 20, 2022 · 0 comments
Open

remote dependencies - FYI #88

phoddie opened this issue Dec 20, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@phoddie
Copy link
Contributor

phoddie commented Dec 20, 2022

The intriguing "add a remote dependency" feature has been pending in xs-dev for a while. We've recently done work in the Moddable SDK that may be helpful here. The feature is deployed in the current top of tree of the Moddable SDK.

Moddable SDK manifests can now include Git repositories directly. Both mcconfig and mcrun will automatically clone the repositories. The manifest document has the details.

Here's a contrived example:

{
	"include": [
		{
			"git": "https://github.com/phoddie/soundstream",
			"include": "./resource-stream/manifest.json"
		}
	]
}

Fair warning: this feature is new so it might not be perfect and the design might need refinement. Your feedback is welcome.

@HipsterBrown HipsterBrown added the enhancement New feature or request label Dec 20, 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

2 participants