Skip to content

Edit mustache templates in Pharo, and store them as methods in a library class (much as Libraries in Seaside)

Notifications You must be signed in to change notification settings

casco/mustache-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

This is a simple utility to help you deal with your Mustache templates. They are stores as methods in a library class and edited with the MustacheTemplateEditor

Installation

You can load this librady using Metacello

Metacello new
  repository: 'github://casco/mustache-library:main';
  baseline: 'MustacheLibrary';
  load.

You can use the following dependency from your own Metacello configuration or baseline

spec baseline: 'MustacheLibrary' with: [ spec repository: 'github://casco/mustache-library:main' ].

Open the editor

MustacheTemplateEditor new open

About

Edit mustache templates in Pharo, and store them as methods in a library class (much as Libraries in Seaside)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published