-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Gene M. Angelo, Jr edited this page Jan 5, 2024
·
30 revisions
dsu
is a ruby gem that enables anyone practicing Agile methodology to record, keep track of and manage their daily standup (DSU) activities.
-
dsu
is a simple (but powerful) command-line tool for users who love to work within the terminal. -
dsu
stores all of its data locally, in .json files. -
dsu
uses no network connections whatsoever.
gem install dsu
After installation (gem install dsu
), the first thing you may want to do is run the dsu
help.
$ dsu
or $ dsu help
Typing dsu help <COMMAND>
where COMMAND is the name of any dsu
command, will display the help for that command. For example:
dsu help edit
Typing dsu <COMMAND> help <SUBCOMMAND>
where SUBCOMMAND is the name of any COMMAND SUBCOMMAND, will display the help for that command's subcommand. For example:
dsu edit help date