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

https://github.com/slice/kk

sugary syntax for blargbot's bbtag
https://github.com/slice/kk

Last synced: about 1 year ago
JSON representation

sugary syntax for blargbot's bbtag

Awesome Lists containing this project

README

          

# kk

kk is a minimal language that transpiles to [BBTag].

```
embed = buildembed({
title: "Hello, world!"
description: "This is a sample embed created with `kk`."
thumbnail.url: useravatar()
})

embed(embed)
```

## Installing

```bash
$ npm i -g slice/kk
$ kk file.kk
```

## Usage

Read the [guide](/GUIDE.md).

[BBTag]: https://blargbot.xyz/tags#set