leprechaun

Lean and robust Shiny applications

Documentation Repository

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.

Leprechaun

Installation

CRAN

Get the stable version from CRAN.

              
  install.packages("leprechaun")
              
            
Development

Get the dev version from Github.

              
  remotes::install_github("devOpifex/leprechaun)