UNPKG

dgeni-packages

Version:

A collection of dgeni packages for generating documentation from source code

15 lines (13 loc) 293 B
"use strict"; /** * @dgService gitData * @description * Information from the local git repository */ module.exports = function gitData(versionInfo) { return { version: versionInfo.currentVersion, versions: versionInfo.previousVersions, info: versionInfo.gitRepoInfo }; };