2.3.11 • Published 3 years ago

workitem v2.3.11

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

 .workitem  : the distributed work item tracker

workitem is a command line tool that puts work items where they belong, with your work!

You can call it with workitem or wi and you can log new issues as quickly as you can say, well, exactly what the issue is!

$ workitem add "debounce 'add again' button on main cart view" #bug ~1

And that's it. A new issue. With the tag #bug and an estimated complexity of ~1.

One line descriptions aren't enough? Run workitem new for the editor:

To get started, run npm i -g workitem, then in your git repo run workitem init

Getting Started

To add an item do:

Example:

wi add "fix terrible bug"

You can optionally include as many #tags as you wish and specify a ~complexity in whatever estimation language you prefer e.g. story points ~10 or t-shirt sizes ~medium or weight in carrots ~20kg. workitem is unit of effort agnostic in the same way that your project manager is supposed to be.

If your work item is dependent on another item, you can specify that dependency with the < and > characters.

< for example marks a work item as a child of, or smaller than, another. Adding a child item as follows, wi add "a task that can't be completed yet" < f00b005, would prevent task f00b005 being moved beyond the active stage of your newly created task in the work flow.

> makes the item a parent of another and thus means the new item cannot be moved beyond the child work item it references. The parent-child relationships between items are many-to-many in most cases but they can be configured otherwise (see config to learn about good parenting)

To move an item with an id-or-index do:

Example:

wi move id-or-index [to] doing [-f]

Moving an item must be forced with -f if you are moving from and to workflow stages that are neither specified as transitionable nor permitted by parent-child relationships (see config to learn about workflow transitions)

To show items do:

Example:

wi

Shows the current work item "board" truncated enough that it fits without much scrolling around.

Outputs:

wi

Example:

wi show more

Shows all the work items that are in your current iteration, and if you don't work in iterations, all those that are not archived.

Outputs:

wi more

To note something on an item do:

wi note id-or-index "interesting findings Alice!"

Corrupt this Project

If you like .workitem and you would like the contributors to put your favoured features then you can

2.3.11

3 years ago

2.3.10

3 years ago

2.3.8

3 years ago

2.3.7

3 years ago

2.3.9

3 years ago

2.3.0

3 years ago

2.3.2

3 years ago

2.3.1

3 years ago

2.3.4

3 years ago

2.3.3

3 years ago

2.3.6

3 years ago

2.3.5

3 years ago

2.2.0-alpha2

3 years ago

2.2.0-alpha1

3 years ago

2.1.1-alpha1

5 years ago

2.1.0-alpha1

5 years ago

2.0.1-alpha1

5 years ago

2.0.0-alpha1

6 years ago

1.0.0

6 years ago