leprechaun
leprechaun copied to clipboard
:four_leaf_clover: Code generator for lean and robust shiny applications
Hi John, Thanks for your reply and solution in issues JohnCoene/packer#23 and #7. I finally had some time again to take a look at it again. The ignoring of the...
Hi. Thank you for developing such a great package. I'm trying out **leprechaun** to develop a new shiny application and I have a question. I want to use **shinytest2** with...
If your package has an existing `R/zzz.R` with an onload hook the content from scaffold overwrites this completely. Ideally it would add the new content to the onload hook if...
## Description of Issue ### Desired Behavior I'm trying to load a JS file containing an ESM module as a dependency using ` serveAssets(modules = "my_module.js")`. The function should create...
Hi there—leprechaun is an excellent package! It’s a wonderful addition to the shiny ecosystem :) I noticed in the `leprechaun::use_config()` function, the cli output lists the following: ``` r leprechaun::use_config()...
Hello, I am working on a VSCode extension that aims to bring some of the capabilities of RStudio addins to Shiny developers using VSCode and Positron. You can check it...