github-issues-to-hexo

1.1.1 • Public • Published

Github issues to hexo

Installation

Available from npm

npm install github-issues-to-blog -g

Usage

Get help:

github-issues-to-hexo --help

Convert your blog:

cd /path/to/hexo-blog-source/
github-issues-to-hexo -u github-username -r github-repo --since 2017-09-01

Using template:

cd /path/to/hexo-blog-source/
 
# init template 
github-issues-to-hexo init your-template.md
 
# edit your template 
vim your-template.md
 
# convert your blog 
github-issues-to-hexo -u github-username -r github-repo -t your-template.md

You may want to take a look of my template for reference: template.md

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i github-issues-to-hexo

Weekly Downloads

1

Version

1.1.1

License

MIT

Unpacked Size

41.5 kB

Total Files

8

Last publish

Collaborators

  • xizhibei