Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.11 KB

README.md

File metadata and controls

41 lines (26 loc) · 1.11 KB

Build Status Code Climate Coverage Status

Adobe Typekit Command Line Interface

Get information about your typekits from the command line

Installation

  • build the gem: rake build
  • install the gem: gem install /full/path/to/typekit_cli-0.0.1.gem

OR

  • install with rake: rake install

Configuration

  • Set the environment variable for TYPEKIT_TOKEN export TYPEKIT_TOKEN=[your token here]

Usage

typekit --list [options]

OR

typekit --ids [options]

Options

-f, --families          Display family details for each kit.  Use with --ids
-n, --with-names        List with kit names.  Use with --list slower, makes an extra API call for each kit.

Note

This gem is NOT published to RubyGems.