Rust implementation of [forgebuild](https://tildegit.org/forge/build)
Go to file
southerntofu 3e048747cd Add translations in submodule 2020-07-11 17:53:11 +02:00
i18n@5fd01cce80 Add translations in submodule 2020-07-11 17:53:11 +02:00
src Add some comments 2020-07-01 17:38:27 +02:00
tests Some tests 2020-07-01 17:17:54 +02:00
.gitignore Start CLI 2020-05-01 12:48:22 +02:00
.gitmodules Add translations in submodule 2020-07-11 17:53:11 +02:00
Cargo.lock Start CLI 2020-05-01 12:48:22 +02:00
Cargo.toml Start CLI 2020-05-01 12:48:22 +02:00
README.md Add translations in submodule 2020-07-11 17:53:11 +02:00

README.md

git-build.rs

Rust reimplementation of git-build.sh

Running

Requires the translation files to run. They are included in a submodule, you need to use --recursive with git:

git clone --recursive https://tildegit.org/southerntofu/git-build.rs
LANG=fr LOG=debug I18N=~/git-build.sh/i18n/ cargo run --release

Status

Experimental, not working (yet)