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
@mdallastella I guess it depends on your needs, but you could go as simple as a shebang: #!/usr/bin/env lumo
Here's an example that starts a commit log with branch ID auto populated
@mdallastella no there is no template per se, I usually create a yarn/npm project with its package.json and start with that
My script section contains launchers basically
@john thanks
@richiardiandrea I read your blog post about it, I'm following it. Thank you!
Cool let me know if you have more questions 😉
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.