You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To make installations easier, we want a system whereby famous or important community packages can be given shortened aliases. We want to be able to run "vine install maven" and have the mvn command available without providing any other arguments. (This will leverage the versionless install #4 ).
To accomplish this, we can add a new configuration option for holding a list of uris that will point to Json files containing mappings of shortened names to their full maven coords along with optionally their name, main method and others.
The advantage of the uri scheme is that it will be able to support both local files as well as remote ones, and we will provide a default one, possibly via a GitHub Gist.
We'll be taking a list of uris so that users can use our default one, then add or override with a local file or self hosted so it can be shared among a team. We'll read the files from left to right and use first one with the name we're looking for.
The text was updated successfully, but these errors were encountered:
To make installations easier, we want a system whereby famous or important community packages can be given shortened aliases. We want to be able to run "vine install maven" and have the mvn command available without providing any other arguments. (This will leverage the versionless install #4 ).
To accomplish this, we can add a new configuration option for holding a list of uris that will point to Json files containing mappings of shortened names to their full maven coords along with optionally their name, main method and others.
The advantage of the uri scheme is that it will be able to support both local files as well as remote ones, and we will provide a default one, possibly via a GitHub Gist.
We'll be taking a list of uris so that users can use our default one, then add or override with a local file or self hosted so it can be shared among a team. We'll read the files from left to right and use first one with the name we're looking for.
The text was updated successfully, but these errors were encountered: