-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: support npm-init and npx commands #89
Conversation
Thanks @hagarfisher!! I will check it on Sunday. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have a wide range of unit tests in src/content/stackoverflow/finder.test.js
, please add as many use cases as you can think of. (since with regex it is hard to predict which cases are included).
@hagarfisher Please contact me on Discord or Linkedin for free speech. I want to understand your plans and if I can help you with some code. |
Support
npx
,npm exec
,npm create
,npm init
,yarn create
.Close #37