fairagro / m4.4_sciwin_client

🦀 SciWIn Client: Reproducible computational Workflows made easy!
1 stars 0 forks source link

Start development infrastructure #5

Closed hvwaldow closed 1 month ago

hvwaldow commented 1 month ago

Setup dev repo for Rust development. Document for beginners 😄

JensKrumsieck commented 1 month ago

Running cargo run dummy create name -o lol will output:

   Compiling s4n v0.1.0 (/home/ubuntu/m4.4_sciwin_client)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
     Running `target/debug/s4n dummy create name -o lol`
Dummy creation called with CreateDummyArgs { name: "name", option: Some("lol") }