Package: prefab 0.5.0

prefab: Opinionated Project Scaffolding via Composable Themes
Provides a composable theme system for project scaffolding. Themes are ordered lists of steps that deploy files, inline text, or execute functions, with per-file merge strategies for handling pre-existing content. Includes pre-set themes for R analysis projects, targets workflows, and Claude Code agent configuration.
Authors:
prefab_0.5.0.tar.gz
prefab_0.5.0.zip(r-4.7-any)prefab_0.5.0.zip(r-4.6-any)prefab_0.5.0.zip(r-4.5-any)
prefab_0.5.0.tgz(r-4.6-any)prefab_0.5.0.tgz(r-4.5-any)
prefab_0.5.0.tar.gz(r-4.7-any)prefab_0.5.0.tar.gz(r-4.6-any)
prefab_0.5.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
prefab/json (API)
| # Install 'prefab' in R: |
| install.packages('prefab', repos = c('https://economic.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/economic/prefab/issues
Pkgdown/docs site:https://economic.github.io
Last updated from:60c9095cd2. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 228 | ||
| source / vignettes | OK | 205 | ||
| linux-release-x86_64 | OK | 132 | ||
| macos-release-arm64 | OK | 71 | ||
| macos-oldrel-arm64 | OK | 73 | ||
| windows-devel-x86_64 | OK | 83 | ||
| windows-release-x86_64 | OK | 80 | ||
| windows-oldrel-x86_64 | OK | 72 | ||
| wasm-release | OK | 105 |
Exports:claude_r_analysisclaude_r_packageclaude_r_targetscreate_projectfrom_dirfrom_packagelaunch_projectload_themesnew_themer_analysisr_targetsstep_filestep_runstep_texttheme_codetheme_from_diruse_theme
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Claude Code configuration theme for R analysis projects | claude_r_analysis |
| Claude Code configuration theme for R packages | claude_r_package |
| Claude Code configuration theme for R targets projects | claude_r_targets |
| Create a new project and apply a theme | create_project |
| Create a step-builder from a local directory | from_dir |
| Create a step-builder from an installed package | from_package |
| Launch a new project from an editor keyboard shortcut | launch_project |
| Load custom theme definitions | load_themes |
| Create a theme from steps | new_theme |
| R analysis project theme | r_analysis |
| R targets project theme | r_targets |
| Create a file deployment step | step_file |
| Create a function execution step | step_run |
| Create an inline text deployment step | step_text |
| Print R code that reproduces a theme | theme_code |
| Create a theme from a directory of template files | theme_from_dir |
| Apply a theme to the current project | use_theme |
