Giter Club home page Giter Club logo

markdown-image-git's Introduction

markdown-image-git

功能用途

Upload image references to github

将 markdown 中的图片上传到 github 托管,_images/VPC.png => https://raw.githubusercontent.com/wiviwiv/git-diff-a/master/_images/1532678118364_VPC.png

使用方式

命令行

npm i markdown-image-git -g
# 切换至目录

cd my-markdown

tree
    .
    ├── README.md
    └── _images

    1 directory, 1 file

# 开始同步
md_sync --token my-github-token -r wiviwiv/git-diff

  • 使用配置文件

  • config.json

{
    "basePath": "/Users/wivwiv/docs/markdown-image-git",
    "doc": "README.md",
    "token": "my-github-token",
    "repos": "wiviwiv/git-diff",
    "branch": "master",
    "dir": "_images/markdown-image-git",
    "message": "form markdown-image-git"
}

md_sync -c ./config.json

  • 可用参数:

-c/--config 使用配置文件

-p/--path markdown 目录,默认当前目录

-f/--file markdown 文件,默认 README.md

-t/--token github token 详见 https://github.com/settings/tokens

-r/--repos 静态图片用户/仓库名如 wiviwiv/raw_images

-b 仓库分支,默认 master

-d 图片在仓库中的目录,如 /images/markdown, 默认 _images

-m/--message 提交的 git 消息

-H/--help 显示帮助

程序内

const md = require()

md({
    basePath: '/Users/wivwiv/docs/markdown-image-git',
    doc: 'README.md',
    token: 'my-github-token',
    repos: 'wiviwiv/git-diff',
    branch: 'master',
    dir: '_images/markdown-image-git',
    message: 'form markdown-image-git'
})

支持语法

# 转换前
- README.md

VPC 拓扑图

![VPC ](_images/VPC.png)

# 转换后
- README.md

VPC 拓扑图

![VPC ](https://raw.githubusercontent.com/wiviwiv/git-diff-a/master/_images/1532678118364_VPC.png)

其他

  • github token

https://github.com/settings/tokens

markdown-image-git's People

Contributors

wivwiv avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.