0.0.1 • Published 5 years ago

@ivanwei/blog-content-source-cli v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

Blog content source CLI

What is this

Get content by issue on Git service, then transfer to Markdown file.

Support

  • Github
  • Bitbucket
  • GitLab

Install

$ yarn add @ivanwei/blog-content-source-cli

How do use

Get current version

$ b.content --version

Refresh contents

$ b.content refresh

OptionRequiredDefaultDescription
-G, --git-service \<gitService>githubChoose git service
-u, --username \<username>Username or user's id on git service
-R, --repository Repository's name
-l, --label
-o, --output ./輸出時的資料夾
--git-token Git service's token

Option "-G" is finish yet.