laydown

Crates.iolaydown
lib.rslaydown
version2.6.4
sourcesrc
created_at2022-04-12 13:58:57.541344
updated_at2022-12-08 14:55:39.215023
descriptionAlways know what you're going to say at Daily Standup.
homepage
repositoryhttps://github.com/badjr13/laydown
max_upload_size
id566444
size49,898
Bobby Dorrance (badjr13)

documentation

README

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:

Rust

You can install laydown using Rust.

cargo install laydown

Binary

Binaries can be found in releases

Linux

  • Download tar.gz binary
  • Extract contents
  • Place laydown executable in /usr/local/bin or /usr/bin

MacOS

  • Download zip binary
  • Extract contents
  • Place laydown executable in /usr/local/bin or /usr/bin

Windows

  • Download zip binary
  • Extract contents
  • Create a directory named Laydown in C:\Program Files
  • Place laydown executable inside C:\Program Files\Laydown
  • Update $PATH to include C:\Program Files\Laydown
Commit count: 157

cargo fmt