cloudoc

0.0.1 • Public • Published

cloudoc

cloudoc analyzes embedded local images in markdown, uploads them to Cloudup, and automatically replaces their links.

Installation

git clone git@github.com:hitsujiwool/cloudoc
cd cloudoc
npm link

Usage

Usage: cloudoc [options] <file>

Options:

  -h, --help                output usage information
  -V, --version             output the version number
  -t, --title <title>        title of stream
  -u, --user <username>      username
  -p, --password <password>  password

Example

cloudoc example/input.md -u myusername -p mypassword -t lovelysheep > example/out.md

Before (input.md):

![lovelysheep](lovelysheep.png)

After (output.md):

![lovelysheep](http://i.cloudup.com/uqEMUUiqoBO/y6pnTw.png)

Readme

Keywords

none

Package Sidebar

Install

npm i cloudoc

Weekly Downloads

0

Version

0.0.1

License

MIT

Last publish

Collaborators

  • hitsujiwool