zmbush / coffeelint-ruby

This adds some simple bindings to ruby to enable use of coffeelint
MIT License
32 stars 23 forks source link

What's the reason for the binary being called coffeelint.rb instead of coffeelint? #11

Closed jfelchner closed 10 years ago

jfelchner commented 10 years ago

This is breaking other libraries which expect the binary to be called coffeelint

zmbush commented 10 years ago

My thought process there was to avoid ambiguity/conflict with the node package

jfelchner commented 10 years ago

Ok. I guess that's up to you. For my scenario, I can't use the gem, I have to use the NPM package. You're 100% right that it would cause a conflict if both were installed. Not sure what the right move here is.

tindron commented 10 years ago

I like having the distinction. For your use case couldn't you just link or alias to the gem's binary if you prefer it?

jfelchner commented 10 years ago

@tindron I could of course do that. :smile: But it's not a very clean solution. No worries, I'll just install the NPM package. Thanks all!