MoeOrganization / moe

An -OFun prototype of an Ultra Modern Perl 5
http://moe.iinteractive.com
MIT License
278 stars 46 forks source link

Build support for creating a 'moe' executable #39

Closed stevan closed 11 years ago

stevan commented 11 years ago

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.

uvtc commented 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
stevan commented 11 years ago

@uvtc sorry my wording was bad (not enough coffee yet), that is what I would like to do as well, have a 'moe' executable.

ghost commented 11 years ago

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.

stevan commented 11 years ago

@svatsan I suppose that would be sufficient too, I think the primary goal is to be able to do

moe my-script.moe
stevan commented 11 years ago

done, using sbt assembly