-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Gene M. Angelo, Jr edited this page Feb 18, 2024
·
30 revisions
As featured in 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
![image](https://private-user-images.githubusercontent.com/346917/305717264-4a7a4cec-75b5-402b-8c80-460070be4b4a.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNDIyNTYsIm5iZiI6MTczOTM0MTk1NiwicGF0aCI6Ii8zNDY5MTcvMzA1NzE3MjY0LTRhN2E0Y2VjLTc1YjUtNDAyYi04YzgwLTQ2MDA3MGJlNGI0YS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEyJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMlQwNjMyMzZaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0yNmEyMTQyZmQwM2YyYzVlNmQxZTJlN2EzY2FlNWY0MTY0MGQyZWRjZDUzZWUxODAwM2IzN2M1MWRkMzA4NGU4JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.AeZMVQdoMygLqmKdFt4G4oWEiMNAmlQyKwZcoU8zDv8)
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.