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 packages with an explicit path with an unknown package type #34

Open
jcnventura opened this issue Apr 24, 2021 · 0 comments
Open

Comments

@jcnventura
Copy link

jcnventura commented Apr 24, 2021

At the moment, this plugin only affects packages added to installer-types. While that makes a lot of sense for type:xyz install paths, it's hard to understand why the plugin is not able to install a named package to an explicit path. As per the example given in the README.md

{
    "extra": {
        "installer-paths": {
            "special/package/": ["my/package"],
        }
    }
}

The above should be able to install my/package to special/package with whatever package type that package has declared. This would probably simplify a lot of confusion on how to use the plugin such as the one in #14.

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