Crates.io | moona |
lib.rs | moona |
version | 0.4.0-beta |
source | src |
created_at | 2024-09-13 12:16:21.898559 |
updated_at | 2024-09-30 18:57:20.616715 |
description | Build-util for easy configure run for single and multi service app |
homepage | |
repository | |
max_upload_size | |
id | 1373606 |
size | 39,217 |
Moona is build-util for easy configure run for single and multi service app
[vars]
path1 = "some/path"
path2 = "example/path"
path3 = "test/path"
[rules]
build1 = "cargo build --manifest-path {path1}"
service1 = "cargo run --manifest-path {path1}"
build2 = "cargo build --manifest-path {path1}"
service2 = "cargo run --manifest-path {paht2}"
service3 = "cargo run --manifest-path {paht3}"
[threads]
build_thread1 = ['build1']
build_thread2 = ['build2']
thread1 = ["servicee1", "service2"]
thread2 = ["service3"]
[order]
order = [['build_thread1', 'build_thread2'], ['thread1', 'thread2']]
cargo install moona
moona
moona <PATH>
moona -r <RULE>