Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ambiorix-web/ambiorix.generator
Generate templates for ambiorix applications
https://github.com/ambiorix-web/ambiorix.generator
ambiorix rstats
Last synced: about 1 month ago
JSON representation
Generate templates for ambiorix applications
- Host: GitHub
- URL: https://github.com/ambiorix-web/ambiorix.generator
- Owner: ambiorix-web
- License: gpl-3.0
- Created: 2020-09-22T19:11:40.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-17T23:14:50.000Z (7 months ago)
- Last Synced: 2024-09-05T07:01:36.702Z (3 months ago)
- Topics: ambiorix, rstats
- Language: R
- Homepage: https://ambiorix.dev
- Size: 7.03 MB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- jimsghstars - ambiorix-web/ambiorix.generator - Generate templates for ambiorix applications (R)
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.