Skip to content

install

templates install - Install templates without value replacements

Install templates by copying files as-is (no variable substitution).

This command copies template files to your local project without rendering them. All { { .Variable } } placeholders remain unchanged for later customization.

Available template types: docs - Documentation templates (outputs to docs/reference/) ai - AI prompt templates (outputs to .r2r/eac/templates/ai/) reports - Report templates (outputs to .r2r/templates/reports/) specs - Specification templates (outputs to specs/risk-controls/) claude - Claude Code templates (outputs to .claude/)

How it works: 1. Uses local template files from repository 2. Copies files as-is to destination directory 3. Preserves all { { .Variable } } placeholders unchanged

Notes

Expected Output:

  • Template files copied as-is to destination directory
  • All { { .Variable } } placeholders preserved (not replaced)

Use Case: Install templates once to your project, then customize them as needed.

Examples

templates install docs
templates install ai
templates install reports
templates install specs
templates install claude
templates install docs --destination ./custom-docs

Use "help templates install <template-type>" for detailed information.

See Also


Tutorials | How-to Guides | Explanation | Reference

You are here: Reference — information-oriented technical descriptions of the system.