feat: implement bash scripts in rust

enables cross-platform support, closes #1.

scaffold scripts adapted from code on @steventhorne's fork, thx!
This commit is contained in:
Felix Spöttel
2022-10-17 14:43:04 +02:00
parent 7b0b9f100c
commit 49123f790a
10 changed files with 220 additions and 127 deletions

View File

@@ -1,2 +1,4 @@
[alias]
rr = "run --release"
scaffold = "run --bin scaffold -- "
download = "run --bin download -- "