↧
Answer by balupton for How to check if your node.js application's version is...
Created a solution to do this myself. Requires the dependency bal-util (so npm install bal-util). Here's the code:Source code of the packageCompare function can be found here:...
View ArticleHow to check if your node.js application's version is the latest?
As my node.js application is a command line application that is run by the user directly. It would make sense for it to phone the github repo and compare its local version against the lastest on the...
View Article