tumblr-publish-md
v1.0.0-beta.6
Published
Publish markdown file to Tumblr
Downloads
2
Readme
tumblr-publish-md
Publish markdown file to Tumblr
[WIP] This Project is under development :hammer_and_wrench:
Installation
$ npm install tumblr-publish-md --global
Usage
Setup
1. Register Tumblr App
- https://www.tumblr.com/oauth/register
2. Get your consumer_key
, consumer_secret
, token
, and token_secret
.
- https://api.tumblr.com/console/calls/user/info
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