cloudfour / lighthouse-parade

A Node.js command line tool that crawls a domain and gathers lighthouse performance data for every page.
MIT License
358 stars 14 forks source link

More readme changes #59

Closed calebeby closed 3 years ago

calebeby commented 3 years ago

npx is a cli that comes bundled with node/npm and it will install the requested package to a tmp directory, which sidesteps issues with global installations of npm packages.

I also changed the hero image to point directly to github rather than using a relative path, because the hero image is not included in the npm package, so currently npm cannot render the image: https://www.npmjs.com/package/lighthouse-parade

I also added a badge that links to the npm package

I also added a LICENSE file

changeset-bot[bot] commented 3 years ago

⚠️ No Changeset found

Latest commit: edf6a6b1dc3e40f8a983abdb0c97fd29fa6a23cb

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR