Skip to content

Export Github Issues (for bloggers) to markdown file.

License

Notifications You must be signed in to change notification settings

yanyue404/issues2md

Repository files navigation

issues2md

NPM version NPM

Export Github Issues (for bloggers) to markdown file

Install

Install with npm:

$ npm install issues2md -g

Usage

Export simgle issue as Markdown:

issues2md issue <issue_URL>

Export Github Blog issues list as Markdown:

issues2md toc <blog_URL>

Export Github Blog issues as Markdown:

issues2md articles <blog_URL>

Proxy

If needed configure network proxy access (Terminal Agent)

# use git bash
export https_proxy=http://127.0.0.1:33210 http_proxy=http://127.0.0.1:33210

License

MIT