How can i show my app version using Javascript on console of the browser vy typing specific command for example "-version" and automatically recognizing the version of the app placed on the javascript file.
I dont want to show it like this only when i type the command -version can be shown
console.info('App Version: 0.0.1');