Skip to content
/ Moona Public

Build-util for easy configure run for single and multi service app

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

morphqdd/Moona

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moona 🌙

Moona is build-util for easy configure run for single and multi service app

Example

[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}"

[run]
build_thread1 = ['build1']
build_thread2 = ['build2']
thread1 = ["service1", "service2"]
thread2 = ["service3"]

[order]
order = [['build_thread1', 'build_thread2'], ['thread1', 'thread2']]

Installation

  1. From Cargo: cargo install moona
  2. Releases

Use

  1. moona
  2. moona <PATH>
  3. moona -r <RULE>

License

About

Build-util for easy configure run for single and multi service app

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages