/youup

A simple command line utility to track service up-time.

Primary LanguageRustMIT LicenseMIT

youup

A simple command line utility to track service up-time.

Build

Prerequisites:

and then:

  • Debug or development
    cargo run
  • Release
    cargo build --release
    • The binary will be located under ./target/release/youup