-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Gene M. Angelo, Jr edited this page Jan 27, 2024
·
30 revisions
As featured on RubyWeekly
dsu
is a ruby gem that enables anyone practicing Agile methodology to record, keep track of and manage their daily standup (DSU) activities.
-
dsu
uses no network connections whatsoever. -
dsu
stores all of its data locally, in .json files. -
dsu
is a simple (but powerful) command-line tool for users who love to work within the terminal. -
dsu
versioning follows the semantic versioning standard (MAJOR.MINOR.PATCH).- See the CHANGELOG.md before upgrading to a MAJOR
dsu
version. - See the Exporting DSU entries wiki on how to export (backup) your data.
- See the CHANGELOG.md before upgrading to a MAJOR
gem install dsu
- After installation, you may want to start by adding a few Daily Stand Up (DSU) entries for today.
- Visit the Adding DSU entries wiki to learn now to add DSU entries.
- Visit the How I use dsu daily as an Agile developer wiki to see how I use
dsu
on a daily basis.
Follow any of the dsu wiki links (to the right) to obtain more detailed information on how to use dsu
.
Visit the Displaying dsu help wiki for information on how to use dsu
help.