detect-repo-changelog
Scans a repository directory, searching for a changelog file.
Uses changelog-filename-regex to match against a variety of changelog filenames.
Installation
$ npm install detect-repo-changelog
Usage
detectRepoChangelog(dir) -> Promise
const detectRepoChangelog = ; ;
Tests
$ npm test
$ npm test-cov
to get coverage report
License
Released under the MIT License.