cloudfour/lighthouse-parade

Make it an installable CLI instead of a repo that you clone

Closed this issue · 2 comments

It would be nice to be able to run:

npx lighthouse-parade scan ...

to get it installed/running instead of cloning the repo.

This requires:

  • Adding a CLI entrypoint script that figures out which subcommand is requested
  • Adding bin to package.json
  • Publishing to npm
  • Document changeset/publish workflow

This is a good idea, but I want to sidestep the associated overhead of publishing releases to npm (for now) until the codebase is a bit more stable. Then we should definitely do this.

Reopened since we still need to publish to npm