An open API service indexing awesome lists of open source software.

https://github.com/yanyue404/issues2md

Export Github Issues (for bloggers) to markdown file.
https://github.com/yanyue404/issues2md

Last synced: 2 months ago
JSON representation

Export Github Issues (for bloggers) to markdown file.

Awesome Lists containing this project

README

        

# issues2md

[![NPM version](https://img.shields.io/npm/v/issues2md.svg?style=flat)](https://www.npmjs.com/package/issues2md) ![NPM](https://img.shields.io/npm/l/issues2md)

Export Github Issues (for bloggers) to markdown file

## Install

Install with [npm](https://www.npmjs.com/):

```sh
$ npm install issues2md -g
```

## Usage

Export simgle issue as Markdown:

```bash
issues2md issue
```

Export Github Blog issues list as Markdown:

```bash
issues2md toc
```

Export Github Blog issues as Markdown:

```bash
issues2md articles
```

## Proxy

If needed configure network proxy access (**Terminal Agent**)

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

## License

MIT