No commit activity in last 3 years
No release in over 3 years
This rubygem does not have a description or summary.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

 Project Readme

TypePad Temlpate

This is gem and command interface to manipulate TypePad advanced templates from command line.

Usage

Install gem which provides type_pad_template command.

gem install type_pad_template

To see the usage, use help command.

type_pad_template help

Download and upload templates

First you need to login to typepad using your email address and password.

type_pad_template login -u 'your-email@address'

Then list blogs on your account to get a blog id.

type_pad_template blogs

To download, upload templates, use each command with -b option.

type_pad_template download -b 'your-blog-id'
type_pad_template upload -b 'your-blog-id'