TypekitClient

Ruby CLI app for Adobe TypeKit https://typekit.com/docs/api/v1/:format/kits

Installation

Add this line to your application's Gemfile:

gem 'typekit_client'

And then execute:

$ bundle

Or install it yourself as:

$ gem install typekit_client

Usage

To view the list of available commands, type:

$ typekit_client help

All the commands require user token for authentication. Please input token when prompted. The user token can be obtained from https://typekit.com/account/tokens

To run the Rspec tests, run:

$ rake

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/koushic88/typekit_client. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the TypekitClient project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.