1.0.7 • Published 8 years ago

tumbledown v1.0.7

Weekly downloads
3
License
MIT
Repository
github
Last release
8 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

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago