tumblr-publish-md

1.0.0-beta.6 • Public • Published

tumblr-publish-md

Publish markdown file to Tumblr

npm license

[WIP] This Project is under development 🛠

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

Versions

Current Tags

Version History

Package Sidebar

Install

npm i tumblr-publish-md

Weekly Downloads

0

Version

1.0.0-beta.6

License

MIT

Last publish

Collaborators

  • isoden