UNPKG

appversion

Version:

AppVersion is a CLI tool whose purpose is to provide a unique manager of the version of you application.

9 lines (7 loc) 245 B
'use strict' // Modules const resolve = require('path').resolve // apv parameters and functions exports.apvVersion = '1.7.1' exports.JSON_FILE = 'appversion.json' exports.JSON_FILE_DEFAULT = resolve(__dirname, '../', 'appversion.default.json')