1.0.7 • Published 7 years ago

tumbledown v1.0.7

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

Tumbledown

Easily post markdown files to Tumblr.

Setup

Just issue:

$ npm install -g tumbledown

Usage

Simply issue the post commmand with a path to a markdown file as the argument:

$ tumbledown post ~/article.md

You can also specify a title:

$ tumbledown post ~/article.md -t "This is a title"

Logging in

Just do it:

$ tumbledown login

You will be asked for your Tumblr API keys, and then for the blog post the contents on. That's it.

For details about authentication, have a look at the official documentation and at the tumblr.js docset too. I'm looking forward to implement a new login prompt using the OAuth scheme.

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago