Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.39 KB

README.md

File metadata and controls

45 lines (31 loc) · 1.39 KB

R-CMD-check Codecov test coverage R-CMD-check

Quick Start | Docs | Shiny App-Packages

Leprechaun allows you to generate lean and robust shiny applications.

Get it

Stable

install.packages("leprechaun")

Development

# install.packages("remotes")
remotes::install_github("devOpifex/leprechaun")

Basics

From the root of a package scaffold a leprechaun application.

usethis::create_package("myApp")
leprechaun::scaffold()

This effectively generates code within the package to run a shiny application within a package: leprechaun does not become a dependency to your project.