Registry / utility / gobuffalo-plushgen

gobuffalo-plushgen

JSON →
library0.1.2gogounverified

A code generator for the Plush templating engine, part of the Buffalo web framework.

go get github.com/gobuffalo/plushgen
INSTALL
IMPORT
SIG · GOBUFFALO-PLUSHGEN
G
gobuffalo-plushgen
utilitygov0.1.2
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.

plushgen
github.com/gobuffalo/plushgen

Renders a Plush template with context data.

package main import ( "fmt" "github.com/gobuffalo/plushgen" ) func main() { gen := plushgen.New() result, _ := gen.Exec("Hello <%= name %>", map[string]interface{}{"name": "World"}) fmt.Println(result) }
Debug
Known issues
breakingPlushgen is deprecated in favor of github.com/gobuffalo/plush/v2.
fix
Migrate to the plush/v2 package for active development.
affects: *
Upgrade
Version history
0.1.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
gobuffalo-plushgen — go get gobuffalo-plushgen · libregistry