Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages