@ivanwei/git-issue-hexo-cli
v0.0.9
Published
Blog's contents
Downloads
5
Readme
Blog content source CLI
What is this
Get content by issue on Git service, then transfer to Markdown file.
Support
- [x] Github
- [ ] Bitbucket
- [ ] GitLab
Install
$ yarn add @ivanwei/git-issue-hexo-cli
How do use
Get current version
$ @ivanwei/git-issue-hexo-cli --version
Refresh contents
$ @ivanwei/git-issue-hexo-cli refresh
| Option | Required | Default | Description | |---|---|---|---| | -git, --git-service <gitService> | | github | Choose git service | | -u, --username <username> | ✔ | | Username or user's id on git service | | -rep, --repository | ✔ | | Repository's name | | --label | | | | | -o, --output | ./ | | 輸出時的資料夾 | | --git-token | ✔ | | Git service's token |
Option "-git" is finish yet.