0.0
No commit activity in last 3 years
No release in over 3 years
A CLI for interacting with your Typekit kits. No need to form your own requests!
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.6
>= 0

Runtime

= 0.2.5
= 0.19.1
 Project Readme

Typekitable

A CLI for interacting with your Typekit kits.

Get an API token here and get started!

Installation

Install it yourself as:

$ gem install typekitable

Usage

Command Description
typekitable kit_add NAME DOMAINS # Adds a new kit
typekitable kit_info KIT_ID # Get information on a specific kit
typekitable kit_list # Get a list of all of your kits
typekitable kit_publish KIT_ID # Publish a draft kit
typekitable re-authenticate # Reset your Typekit API token

Tests

Unit tests are written with rspec and can be run with the command rake spec

Feature tests are written with cucumber and aruba and can be run with the command rake features

Contributing

  1. Fork it ( https://github.com/pzula/typekitable/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Add spec coverage
  5. Push to the branch (git push origin my-new-feature)
  6. Create a new Pull Request