1.1.3 • Published 10 days ago

haraka-utils v1.1.3

Weekly downloads
677
License
MIT
Repository
github
Last release
10 days ago

CI Coverage Status Code Climate NPM

haraka-utils

General purpose haraka utilities.

Usage

const utils = require('haraka-utils');

getVersion (dir)

Gets the version of the NPM package located at dir. If the dir is a git repo, it also appends the commit ID.

utils.getVersion('.'); // '1.1.2/45e3812'

See Also