Publishing to npm is as "simple" as creating a tarball and sending it to a HTTP endpoint. You could cobble it together with existing packages pretty easily.
-
-
Probably! The issues i’m having after trying to use all 3(?) of
@npm’s packages is that their server responds with an error and no indication of why :/ so using pure http would prolly not help. With yarn I was mostly just hoping for better erorr handling / examples. -
This is where the Yarn request is done:https://github.com/yarnpkg/yarn/blob/master/src/cli/commands/publish.js#L113-L117 …
End of conversation
New conversation -
-
-
It depends if you control the package content or not; if not then you have to deal with ignore mechanisms etc and it's a pain
Thanks. Twitter will use this to make your timeline better. UndoUndo
-
-
-
And installing mean downloading the tarball, untar and put in node_modules ?
Thanks. Twitter will use this to make your timeline better. UndoUndo
-
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.
he/him 
In the meantime I'm afraid the simplest is to call the package managers via the command line