Neos Fusion String
This package provide some Fusion prototypes and helpers to manage strings., (*1)
Ttree.FusionString:Template
Minimalistic string based templates., (*2)
Include the prototype in your own Fusion scripts:, (*3)
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., (*4)
We try our best to craft this package with a lots of love, we are open to
sponsoring, support request, ... just contact us., (*5)
License
Licensed under MIT, see LICENSE, (*6)