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.
- Host: GitHub
- URL: https://github.com/yanyue404/issues2md
- Owner: yanyue404
- License: mit
- Created: 2020-07-25T04:39:34.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-16T17:39:42.000Z (9 months ago)
- Last Synced: 2025-02-10T11:46:49.519Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 5.95 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# issues2md
[](https://www.npmjs.com/package/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