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

https://github.com/jsonnet-libs/xtd

Extended Jsonnet standard library
https://github.com/jsonnet-libs/xtd

Last synced: 5 months ago
JSON representation

Extended Jsonnet standard library

Awesome Lists containing this project

README

          

# `xtd`

`xtd` aims to collect useful functions not included in the Jsonnet standard library (`std`).

## Install

```console
jb install github.com/jsonnet-libs/xtd
```

## Usage

```jsonnet
local xtd = import "github.com/jsonnet-libs/xtd/main.libsonnet"
```

## Docs

[docs](docs/README.md)