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
- Fork it ( https://github.com/pzula/typekitable/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Add spec coverage
- Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request