Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/devOpifex/ambiorix.generator

Generate templates for ambiorix applications
https://github.com/devOpifex/ambiorix.generator

ambiorix rstats

Last synced: about 1 month ago
JSON representation

Generate templates for ambiorix applications

Awesome Lists containing this project

README

        

# ambiorix.generator

Easily generate template projects with correct file structure for [ambiorix](https://github.com/JohnCoene/ambiorix) applications and APIs.

## Installation

``` r
# 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}](https://klmr.me/box/).

Projects set up can be further enhanced with [packer](https://packer.john-coene.com/#/) scaffolds.