ttree/fusionstring

Simple Neos Fusion prototypes to handle strings

Installs: 1 549

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Type:neos-package

dev-master 2017-05-08 05:15 UTC

This package is auto-updated.

Last update: 2024-03-26 04:02:40 UTC


README

This package provide some Fusion prototypes and helpers to manage strings.

Ttree.FusionString:Template

Minimalistic string based templates.

Include the prototype in your own Fusion scripts:

include: resource://Ttree.FusionString/Private/Fusion/Template.fusion

prototype(You.Package:String) < prototype(Ttree.FusionString:Template) {
    source = 'Hello {name}'
    values = {
        name = 'World'
    }
}

Acknowledgments

Development sponsored by ttree ltd - neos solution provider.

We try our best to craft this package with a lots of love, we are open to sponsoring, support request, ... just contact us.

License

Licensed under MIT, see LICENSE