Literate git clone.

Usage

↓ make project.toml (file name is example) toml [config] host = "github" dest_dir = "/home/user/Project" # WARN: need absolute path! repos = [ "emacs-mirror/emacs", "rust-lang/rust" ]

run sh $ cloner ./project.toml

result home └── user └── Project └── emacs └── rust ```

TODO