Skip to content

Standup: Streamline daily stand-ups with a CLI tool that summarizes your previous day's work for quick updates. Boost team communication effortlessly!

License

Notifications You must be signed in to change notification settings

MichaelCduBois/standup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Standup

Standup: Streamline daily stand-ups with a CLI tool that summarizes your previous day's work for quick updates. Boost team communication effortlessly!

Usage Examples

# Output Standup Notes
standup

# Add item to standup notes
standup --add "Added a sweet feature."

# Add blocker to standup notes
standup --add --blocker "Waiting for code review."

# Add item to standup notes for previous day
standup --add --yesterday "Item I forgot to add."

# Age standup notes
standup --age

# List all standup notes
standup --list

# Delete item from standup notes
standup --delete "item key"

# Delete all items form standup notes
standup --reset

About

Standup: Streamline daily stand-ups with a CLI tool that summarizes your previous day's work for quick updates. Boost team communication effortlessly!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages