-
Notifications
You must be signed in to change notification settings - Fork 22
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
Automatically search for types before npm install of a package #44
Comments
That sounds like something you could do with a bash script and without |
That’s not what I want. Problems with that not-withstanding, I don’t want to use another script. I want typesync to integrate with npm/yarn |
Closing as out of scope. Unix philosophy of composition applies here. |
Thats a bummer. One of the flaws of Unix, in general, is the lack of focus on UX/DX. Stuff like "composition" requirement philosophies cause that. |
You could set something pretty similar up for yourself with |
|
Ahh, I guess you mean the following:
That makes sense, for sure! I suppose one workaround for now would be to do the Like you mention, a |
I'll add this to the other issue too. |
This may already be possible with yarn, but it would be nice to be able to have typesync search for type packages to install before installing a requested package, so they all get installed at the same time.
Would seem that npm/cli#481 is required for this on npm.
https://docs.npmjs.com/misc/scripts#hook-scripts might also work?
The text was updated successfully, but these errors were encountered: