Robust Shiny
A code generator for Shiny: creates applications from the ground up as R packages. Importantly leprechaun never becomes a dependency to the application you build: it's only used to generate code.
It integrates nicely with bslib, packer, and sass.
Installation
CRANGet the stable version from CRAN.
install.packages("leprechaun")
DevelopmentGet the dev version from Github.
remotes::install_github("devOpifex/leprechaun)