npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

workitem

v2.3.11

Published

a git based work item tracker

Downloads

25

Readme

 .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