Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 767 Bytes

README.md

File metadata and controls

46 lines (29 loc) · 767 Bytes

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