Get information about your typekits from the command line
- 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
- Set the environment variable for TYPEKIT_TOKEN
export TYPEKIT_TOKEN=[your token here]
typekit --list [options]
OR
typekit --ids [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.
This gem is NOT published to RubyGems.