https://github.com/maxmcd/lake
https://github.com/maxmcd/lake
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/maxmcd/lake
- Owner: maxmcd
- License: unlicense
- Created: 2022-11-17T23:24:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-01T16:20:04.000Z (over 2 years ago)
- Last Synced: 2025-03-17T20:12:00.649Z (about 2 months ago)
- Language: Go
- Homepage:
- Size: 97.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: License
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 = <