willhbr / donk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DONK

Container build system

Installation

$ shards build --release
$ cp bin/donk ~/.local/bin
$ ln -s $PWD $HOME/.donk

Usage

Define a Donk.rb file in your project:

ruby_runnable(
  name: "my_ruby_project",
  main: "main.rb"
)

And then run it:

$ donk run my_ruby_project

About

License:MIT License


Languages

Language:Crystal 77.3%Language:Ruby 22.7%