Skip to content

dsu is little gem that helps manage your Agile DSU (Daily Stand Up) participation. How? by providing a simple command line interface (CLI) which allows you to create, read, update, and delete (CRUD) noteworthy activities that you performed during your day. During your DSU, you can then easily recall and share these these activities with your team.

License

gangelo/dsu

Repository files navigation

dsu

Ruby GitHub version Gem Version Documentation Report Issues License

dsu is a ruby gem that enables anyone practicing the 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).

Installation

gem install dsu

Documentation

The dsu wiki is currently the gold standard for dsu documentation.

Examples

Supported ruby versions

dsu should work with any ruby version ['>= 3.0.1', '< 4.0']; however, dsu is currently tested against the following ruby versions:

  • 3.0.1
  • 3.0.6
  • 3.1.4
  • 3.2.2

Copyright (c) 2023-2024 Gene Angelo. See LICENSE for details.

About

dsu is little gem that helps manage your Agile DSU (Daily Stand Up) participation. How? by providing a simple command line interface (CLI) which allows you to create, read, update, and delete (CRUD) noteworthy activities that you performed during your day. During your DSU, you can then easily recall and share these these activities with your team.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published