IBM / report-toolkit

A toolkit for consumers of Node.js diagnostic Reports
https://ibm.github.io/report-toolkit
Other
84 stars 10 forks source link

provide individual executables for each command (maybe) #8

Open boneskull opened 5 years ago

boneskull commented 5 years ago

a la gnostic-rebase, gnostic-inspect, etc., in addition to the complete gnostic CLI.

This is best accomplished by:

  1. breaking up the CLI into multiple "command packages"
  2. stuffing common config into its own package
  3. using gnostic package as the main CLI, which would depend upon all of the other command packages

This would allow a user to install just gnostic-rebase, for example.

boneskull commented 5 years ago

There may be drawbacks here which is why "maybe"