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

https://github.com/wayou/issues2markdown

export github issues into markdown files
https://github.com/wayou/issues2markdown

Last synced: 4 months ago
JSON representation

export github issues into markdown files

Awesome Lists containing this project

README

          

# issues2markdown

Export github issues into markdown files, then using them as jekyll posts.

## usage

- clone repo
- `yarn`
- create a file with name of `token.ts` with the following content

```ts
export const TOKEN = "";
```

- edit [issues.ts](./issues.ts) replace `REPO` and `OWNER`
- `yarn load`

if everything goes well, files will be created at `_posts` directory.