statusboard
statusboard copied to clipboard
Epic: refactor npm commands
We want to refactor the commands to end up in a place where we can do per-command options and subcommands.
- First refactor will be to move commands into isolated subfolder, clean up module api for each command, and make test pass again (this is the biggest granular change, ideally after this the changes can be smaller and won't require test refactoring)
- Second refactor will be to pull aliases into the subcommands themselves (#305)
- After this we can architect and plan subcommands, and per-command config
Does this include or take the place of https://github.com/npm/statusboard/issues/305?
Thanks @lukekarrys, I just kind of infodumped into this to get started, that's a subtask, updated the issue body to reflect that.
This is complete @wraithgar 😄
#305 is still the next step but this isn't an active epic so it's ok to be closed.