momi-foundation-coding / nodejs-api-cli

This is a scaffold for generating new API-based application for NodeJS and its frameworks such as Express, kemboijs, koa, AdonisJs etc.
http://www.kemboijs.org/
MIT License
10 stars 13 forks source link

check if version is outdated in user computer #86

Open ezkemboi opened 4 years ago

ezkemboi commented 4 years ago

Just asking if it could be possible to check and compare versions installed and the one in the npm registry. If a user makes use of an older version, we could write a message at the end that you have used an older version. Update the version of nodejs-api-cli.

ezkemboi commented 4 years ago

Also, one of the constraints might be, the user does not have the internet to check the local version with registry version, for such a case, we don't need to do anything.