Sha256: 8e9fd6ecc49e856811b4477dae1afb7ff3a564838c32c24daf525352e24c3933

Contents?: true

Size: 571 Bytes

Versions: 2

Compression:

Stored size: 571 Bytes

Contents

Matched Groups:
{{#groups}}
{{name}} ({{path}}): 
{{#files}}
	{{.}}
{{/files}}
{{/groups}}

Each file glob passed in creates a new file group. Each group has a name, path and files property. Reference specific file groups by their name which is 'group' followed by the group number. So 'group1' for the first group etc.

So the first group's path glob is -> {{group1.path}}
And the files matching it are:
{{#group1.files}}
	{{.}}
{{/group1.files}}

For the raw (unescaped paths)
{{#group1.files_raw}}
	{{.}}
{{/group1.files_raw}}

{{#props}}Properties{{/props}}
{{props}}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
elf_manifesto-1.1.1 lib/templates/simple.mustache
elf_manifesto-1.1.0 lib/templates/simple.mustache