Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 567 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 567 Bytes

ambiorix.generator

Easily generate template projects with correct file structure for ambiorix applications and APIs.

Installation

# install.packages("remotes")
remotes::install_github("JohnCoene/ambiorix.generator")

Usage

  • create_package: A basic app in R package form.
  • create_box: Modular & nested app structure using {box}.

Projects set up can be further enhanced with packer scaffolds.