Skip to content
This repository has been archived by the owner on Jun 2, 2023. It is now read-only.

Download translator/onboarding packages (with bundled dependencies) from GitHub to a local cache #4

Open
tjaffri opened this issue Aug 2, 2016 · 1 comment
Assignees

Comments

@tjaffri
Copy link
Contributor

tjaffri commented Aug 2, 2016

#2 contains the API stubs for this (only)

This code mostly exists in the console app and needs to be refactored over into the lib. Some changes might be required since it will be running in Node.js instead of a Cordova webview.

[Sanjai] So this is Console app specific (fetching from Git Hub) ?
Since it is same (sub APIs) as below, how are we going to abstract out the underlying cloud service ? or we shall have separate stub APIs for this and below ?

Note that this is NOT specific to the console app, though it would probably use refactored code from it.

In the long term we might not need this component, since NPM also supports installing directly from GitHub (though that may be restricted to one-package-per-repo) The reason we probably need this in the near term is because NPM doesn't work in embedded Node.js today. There is a different issue #5 to track that work.

@jasongin
Copy link
Contributor

jasongin commented Aug 2, 2016

Unimplemented API stubs for this are in #2 as the GithubPackageSource class.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants