An open API service indexing awesome lists of open source software.

https://github.com/indaco/tempo-provider-sprig


https://github.com/indaco/tempo-provider-sprig

Last synced: about 1 month ago
JSON representation

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.