https://github.com/indaco/tempo-provider-sprig
https://github.com/indaco/tempo-provider-sprig
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/indaco/tempo-provider-sprig
- Owner: indaco
- License: mit
- Created: 2025-02-13T16:35:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-07T15:00:23.000Z (over 1 year ago)
- Last Synced: 2025-03-07T16:19:51.994Z (over 1 year ago)
- Language: Makefile
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
Awesome Lists containing this project
README
# tempo-provider-sprig
## Sprig Provider for Tempo
This package provides a **Sprig function provider** for [Tempo](https://github.com/indaco/tempo), allowing users to enhance their template functions with the powerful [Masterminds/sprig](https://github.com/Masterminds/sprig) library.
## π Features
- π οΈ **Adds Sprig functions** to Tempo templates.
- π **Easy integration** with the Tempo CLI.
- ποΈ **Modular design**, allowing users to register additional custom functions.
## π Usage
```bash
tempo register functions --name sprig --url https://github.com/indaco/tempo-provider-sprig.git
```
## π License
This project is licensed under the MIT License.
It integrates functions from [Masterminds/sprig](https://github.com/Masterminds/sprig), which is also released under the MIT License.
See [Sprigβs License](https://github.com/Masterminds/sprig/blob/master/LICENSE.txt) for details.