Open Source Project name
Sprout
What is your project?
Sprout was born out of a need for a more powerful, flexible, and user-friendly templating library for Go.
Built on the foundation of Sprig, Sprout adds:
More Functions: A robust set of tools (200+) to handle everything from string manipulation to advanced math, helping you save time and effort.
Error Handling: Fully integrated with Go’s native error-handling mechanisms, making debugging and resilience a breeze.
Customizable Loading: Load only what you need, making your apps lighter and faster without unnecessary overhead.
Consistent Naming: No more cryptic names—Sprout keeps it clear and easy to use, so you can focus on building.
Comprehensive Docs: Dive into detailed examples and guides to master every feature and unlock the library’s full potential.
With Sprout, you’re not just using a library; you’re adding a toolkit designed to simplify and amplify your Go templating experience.
Version
v1.0.0
Date
January 16, 2025
Description of breaking changes
nil
GitHub Repo
https://github.com/go-sprout/sprout
Website
https://sprout.atom.codes/
Link to changelog
https://github.com/go-sprout/sprout/releases/tag/v1.0.0
Social media
https://dev.to/42atomys/introducing-sprout-10-a-new-era-for-go-templates-4o7f
Anything else to add?
This is my first open source project reaching the stable milestone of a v1.0.0, my first contribution as an open source wizard