Skip to content

Extended version of Go's template package for generating textual output from nested templates. NOTE: im not developing this very fervently anymore as the new included template package "exp/template" is more feature rich than neste.

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
GPL-3.0
COPYING
LGPL-3.0
COPYING.LESSER

CloudLife/neste

neste

Extended version of Go's template package for generating textual output from nested templates.

neste template engine makes it easier to generate output from multiple nested template files by naming and managing all templates and also allowing generating output from them directly as strings.

neste also includes many useful built-in formatters.

Installation

###With goinstall

goinstall github.com/fzzbt/neste

##Documentation and examples

For documentation, after installation, please run

godoc -http=:8080

and point your browser to http://localhost:8080/pkg/github.com/fzzbt/neste.

Please see the examples folder for examples.

About

Extended version of Go's template package for generating textual output from nested templates. NOTE: im not developing this very fervently anymore as the new included template package "exp/template" is more feature rich than neste.

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
GPL-3.0
COPYING
LGPL-3.0
COPYING.LESSER

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published