UNPKG

appversion

Version:

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

48 lines (36 loc) 1.14 kB
# Changelog ## v1.7.1 - Reimplemented all the badge code with streams ## v1.7.0 - Added aliases: patch>fix, minor>feature major>breaking, for making more expressive the command ## v1.6.0 - Added automation functionality ## v1.5.2 - Reimplemented argv management with minimist - Now readJson makes use of require instead of readFileSync - Written help function - Changed license, moved form GPLv2 to MIT ## v1.5.0 - Added automatic Git tag - 'apv init' uses the version of package.json when creates the appversion.json file. ## v1.4.0 - Added colors output via chalk - Splitted the code in multiple files divided by function - Updated badge generator - Implemented "new version" message ## v1.3.0 - Patched writeOtherJson resolve directory - Added Badge generator - Moved json/ignore/markdown/appversion inside config field ## v1.2.0 - Refactored all the code with commander.js - Added automatic update of appversion.json, ## v1.1.0 - Added ignore argument - Implemented deep search of json files - Moved to js standard code style - Implemented status stage and number ## v1.0.1 - Small fixes. ## v1.0.0 - Initial implementation.