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

https://github.com/maxmcd/lake


https://github.com/maxmcd/lake

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

**Lakefile**
```hcl
busybox_tar = download_file("http://lake.com/busybox.tar.gz")

config {
shell = ["${busybox_tar}/bin/busybox", "sh"]
}

store "empty_store" {
inputs = []
script = <