<div>
<h1 align="center">Start Timer</h1>
<p align="center">Utility to Start a Timer</p>
</div>
<div align="center">
[](https://crates.io/crates/start-timer)
[](https://docs.rs/start-timer)




</div>
## Usage
Install binary using `cargo install`
```bash
cargo install start-timer
```
Create a new timer
```bash
# Starts a new timer with a duration of 1:30:10
start-timer new 1h30m10s
```