0.3.0 • Published 6 years ago

involves-changelog-store v0.3.0

Weekly downloads
34
License
-
Repository
-
Last release
6 years ago

involves-changelog-store

Install

$ npm install involves-changelog-store -g

API

ArgumentTypeDefault ValueDescription
optionsObject{}Configuration object.
options.mongourlStringmongodb://localhost:27017/involves-changelogMongoDB connection string.
options.tokenStringnullGithub access token.
options.ownerStringnullGithub owner.
options.repoStringnullGithub repository name.
options.labelsStringnullIssue labels separated by comma.
options.sinceStringnullTimestamp in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.
options.stateStringallIssue state. Can be either open, closed, or all.

CLI

$ involves-changelog-store --mongourl=mongodb://localhost:27017/involves-changelog --token=mygithubtoken --owner=myusername --repo=nyreponame --labels=label1,label2,label3 --since=2018-05-29T17:59:48.445Z --state=closed