laydown 2.5.0

Always know what you're going to say at Daily Standup.
Documentation
# laydown

`laydown` is a simple CLI application to help you prepare for your next Daily Standup. No longer shall your name be called on only for you to stare into the abyss while you struggle to remember what you did yesterday.

### Preview:

```
$ laydown

DID:
- Reviewed Adam's pull request
- Wrote tests for new endpoint

DOING:
- Writing a script to automate database backups

BLOCKERS:
**empty**

SIDEBARS:
- Discuss re-writing everything in Rust with team
```

### How to Install:

You can install `laydown` using [Rust](https://www.rust-lang.org/tools/install).

```
cargo install laydown
```

### How to Update:

```
cargo install laydown
```

### How to Uninstall:

```
cargo uninstall laydown
```

### How to Use:

Once installed, inside your terminal, run `laydown --help`