jacint-david / coworker-tools

0 stars 0 forks source link

Create CLI command to list members #4

Closed cyf-malachi[bot] closed 2 years ago

cyf-malachi[bot] commented 2 years ago

Problem

We need to provide a way for members to access the member data we have stored.

For our initial MVP let's create a CLI (command line interface) tool that lets users pull this data up in a terminal (old school!).

User Story

As a member, I would like to view a list of all members in the organisation

Acceptance Criteria

  1. Users can run a command from the command line and see a list of all members
  2. The output is displayed in a humnan-readable format that can be quickly digested
  3. Only key information is displayed
cyf-uma[bot] commented 2 years ago

Hey @Jacint-M-David, just to let you know I've opened #9 which you'll want to merge in before you start this task. Check out my comments in cli.js to see where you can write your code.