2017 © Pedro Peláez
 

neos-package fusionstring

Simple Neos Fusion prototypes to handle strings

image

ttree/fusionstring

Simple Neos Fusion prototypes to handle strings

  • Monday, May 8, 2017
  • by ttree
  • Repository
  • 2 Watchers
  • 0 Stars
  • 1,296 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 19 % Grown

The README.md

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)

The Versions

08/05 2017

dev-master

9999999-dev

Simple Neos Fusion prototypes to handle strings

  Sources   Download

MIT

The Requires