Registry / template / aymerick-raymond

aymerick-raymond

JSON →
library2.0.2+incompatiblegogounverified

Package raymond provides handlebars evaluation for Go.

go get github.com/aymerick/raymond
INSTALL
IMPORT
SIG · AYMERICK-RAYMOND
A
aymerick-raymond
templategov2.0.2+incompatible
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

raymond
github.com/aymerick/raymond

Renders a Handlebars template with a simple context.

package main import ( "fmt" "github.com/aymerick/raymond" ) func main() { tpl := raymond.MustParse("Hello {{name}}") result := tpl.MustExec(map[string]interface{}{"name": "World"}) fmt.Println(result) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.2+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
19
OpenAI (training)
2
Meta
1
Perplexity
1
Resources
aymerick-raymond — go get aymerick-raymond · libregistry