README.md

![](https://img.shields.io/badge/license-Apache%202-blue) [![R-CMD-check](https://github.com/devOpifex/leprechaun/workflows/R-CMD-check/badge.svg)](https://github.com/devOpifex/leprechaun/actions) [![Codecov test coverage](https://codecov.io/gh/devOpifex/leprechaun/branch/master/graph/badge.svg)](https://app.codecov.io/gh/devOpifex/leprechaun?branch=master) [Quick Start](https://leprechaun.opifex.org/#/guide/quick-start) | [Docs](https://leprechaun.opifex.org) Leprechaun allows you to generate _lean_ and _robust_ [shiny](https://shiny.rstudio.com/) applications.

Get it

Leprechaun is not yet on CRAN, get it from Github.

# 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.



Try the leprechaun package in your browser

Any scripts or data that you put into this service are public.

leprechaun documentation built on Jan. 19, 2022, 5:08 p.m.