Skip to content

Bundle and Move Quarto extensions

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

jthomasmock/octavo

Repository files navigation

octavo

The goal of octavo is to provide a minimal example of bundling and sharing Quarto extensions as a R package.

Installation

You can install the development version of octavo from GitHub with:

# install.packages("devtools")
devtools::install_github("jthomasmock/octavo")

Example

library(octavo)

# List the available extensions
available_extensions()
#> [1] "code-filename"   "grouped-tabsets"

# install them into _extensions folder for use
use_quarto_ext("code-filename")
#> Created '_extensions' folder
#> Code Filename v 0.1.0 was installed to _extensions folder in current working directory.

About

Bundle and Move Quarto extensions

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published