cljs-lambda
cljs-lambda copied to clipboard
Boot support?
Would you be open to including boot support? I am happy to submit a PR for this feature.
@kennyjwilli Totally open to it.
Awesome. Shall I store the sources in a new top-level directory called boot?
Take a look at how environ structures their lein plugin and boot task: https://github.com/weavejester/environ. They have a top-level folder for both lein and boot and then another directory with shared sources.
@kennyjwilli I think that approach is fine. Let me know if there's anything I can do to make the process easier, like removing buried calls to leiningen's abort from otherwise reusable code, or dividing out the existing project into common portions and a leiningen-specific artifact. If you feel comfortable handling that stuff, that's great too.
Any progress on this one, I would be interested as well :wink:
@arichiardi I ultimately decided that we have other higher priority things than using CLJS over CLJ for Lambda. Unfortunately this means I did not finish this task. I still think it would be a valuable addition to the library however.