Closed matchai closed 4 years ago
Is this when using a custom binary name? https://milesj.gitbook.io/beemo/tips#custom-executable-and-config-name
For the most part, the custom binary is only needed when you want to brand it, otherwise beemo
works just fine. But yeah, the binary has to be camel case for now.
Correct, it is when using a custom binary name. π Just raising an issue in case others run into this too.
Thanks, updated the docs!
Hey Miles π Thank you for the excellent work on Beemo! π
When running through the examples, I have noticed that following them exactly and using
dev-tools
as a binary name, an error is thrown due to thebinName
in the Beemo constructor being invalid.This traces back to the
Tool
definition which Beemo extends from@boost/core
, found here: https://github.com/milesj/boost/blob/master/packages/core/src/Tool.ts#L135-L139I don't know the context of why that is the case in
@boost/core
, so I'll hold off on making a PR there.