1.0.0-beta.6 • Published 7 years ago

tumblr-publish-md v1.0.0-beta.6

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

tumblr-publish-md

Publish markdown file to Tumblr

npm license

WIP This Project is under development :hammer_and_wrench:

Installation

$ npm install tumblr-publish-md --global

Usage

Setup

1. Register Tumblr App

2. Get your consumer_key, consumer_secret, token, and token_secret.

Post

$ tumblr-publish-md post --file source/hello-world.md

Show Published Posts

$ tumblr-publish-md ls-remote
415869124166 2017-05-31 Hello World! Ep.3
340829163716 2017-05-30 Hello World! Ep.2
256314326581 2017-05-29 Hello World! Ep.1

output post_id post_date post_title

Update Post

$ tumblr-publish-md update --file source/hello-world.md --id 415869124166

Delete Post

$ tumblr-publish-md rm --id 415869124166

License

Under The MIT License