Fork me on GitHub
#lumo
<
2018-07-18
>
mdallastella12:07:03

Hi, sorry to bother with (probably) a stupid question. I would like to create a lumo only project (it's for a quick and dirty cli tool). I tried to search online without success: is there a "lumo project template" somewhere or it's sufficient to use boot as explained here: https://github.com/anmonteiro/lumo#compile-clojurescript

john15:07:50

@mdallastella I guess it depends on your needs, but you could go as simple as a shebang: #!/usr/bin/env lumo

richiardiandrea16:07:14

@mdallastella no there is no template per se, I usually create a yarn/npm project with its package.json and start with that

richiardiandrea16:07:33

My script section contains launchers basically

john16:07:33

ah, you were looking for compiled code. Wasn't sure what your level of familiarity was. FWIW, the startup time on these non-AOT scripts ain't that bad.

mdallastella16:07:10

@richiardiandrea I read your blog post about it, I'm following it. Thank you!

richiardiandrea16:07:59

Cool let me know if you have more questions 😉