An alternative implementation #543
ThisIsMissEm
started this conversation in
Show and tell
Replies: 1 comment
-
Thanks for sharing, this was perfect for us! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there! I've been working on a CLI tool with Oclif for my company and needed update warnings, however, wasn't able to directly use this package due to our CLI being hosted on a private npm registry; So I wrote a quick little alternative implementation, building off several other building blocks that already exist:
I figure it might be of interest to the authors, as it uses libnpm for interacting with npm and follows semver semantics.
Beta Was this translation helpful? Give feedback.
All reactions