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

[Question] Allow to install bin not from a composer package? #37

Closed
seyfer opened this issue Feb 26, 2018 · 1 comment
Closed

[Question] Allow to install bin not from a composer package? #37

seyfer opened this issue Feb 26, 2018 · 1 comment

Comments

@seyfer
Copy link

seyfer commented Feb 26, 2018

For example, we want to use some bin in our project, like scss made with Ruby or https://github.com/phrase/phraseapp-client/releases/download/1.6.0/phraseapp_linux_amd64 made with Go. And these bins obviously are not composer packages and we want to include just compiled bin.

Could it be achieved with a composer or with this plugin? Or support could be added?

@theofidry
Copy link
Collaborator

I don't think this belongs to this plugin: this plugin is only about interacting with different composer.json packages: composer bin <namespace> smth will execute the command composer smth in the directory vendor-bin/<namespace>. That's it.

So IMO your binaries should be added directly to your project, or if you feel bad about it because binaries are heavy, you can add a way to download/create them from a bash file, Makefile for example.

@seyfer seyfer closed this as completed Feb 26, 2018
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

2 participants