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
- Host: GitHub
- URL: https://github.com/wayou/issues2markdown
- Owner: wayou
- Created: 2020-09-25T22:26:22.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T13:03:51.000Z (almost 5 years ago)
- Last Synced: 2025-01-23T04:15:18.569Z (9 months ago)
- Language: TypeScript
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.