Closed stevan closed 11 years ago
To start off with, it'd be ok with me to have to run my scripts like so:
moe my-script.moe
@uvtc sorry my wording was bad (not enough coffee yet), that is what I would like to do as well, have a 'moe' executable.
Executable? Or shell and batch script wrapper like clojure and scala does? On Feb 4, 2013 8:04 PM, "Stevan Little" notifications@github.com wrote:
@uvtc https://github.com/uvtc sorry my wording was bad (not enough coffee yet), that is what I would like to do as well, have a 'moe' executable.
— Reply to this email directly or view it on GitHubhttps://github.com/MoeOrganization/moe/issues/39#issuecomment-13079263.
@svatsan I suppose that would be sufficient too, I think the primary goal is to be able to do
moe my-script.moe
done, using sbt assembly
This gets a little tricky since we have some jars we depend on, but there seem to be a number of solutions out there to bundle things up.