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
- Host: GitHub
- URL: https://github.com/slice/kk
- Owner: slice
- Created: 2018-05-02T05:25:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-02T06:30:43.000Z (almost 8 years ago)
- Last Synced: 2025-01-21T16:23:56.442Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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