arethetypeswrong / arethetypeswrong.github.io

Tool for analyzing TypeScript types of npm packages
https://arethetypeswrong.github.io
MIT License
1.12k stars 38 forks source link

docs: Update CLI options #167

Closed kachick closed 5 months ago

kachick commented 5 months ago

Follow changes in #31 and #85

changeset-bot[bot] commented 5 months ago

🦋 Changeset detected

Latest commit: e41cf2c8a7e100b2a04c711c7b5510f65d4a5522

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | --------------------- | ----- | | @arethetypeswrong/cli | Patch |

Not sure what this means? Click here to learn what changesets are.

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

andrewbranch commented 5 months ago

Thank you! Could you add a changeset per the comment above, since the README of the published package is what shows on npmjs.com?

kachick commented 5 months ago

Added the changeset and squashed commit again!

This is my first experience for using changeset. I didn't know the toolset. Could you check again? 🙏

kachick commented 5 months ago

Thank you!

And thank you for this project. This helped me a lot in understanding how to test package behavior in octokit/graphql-schema#925 🙏 Initially, I was fighting with npm link.