Tempest Time Tracker

Smart CLI for Jira Cloud.

Install and Setup

Install Ruby

All you need to install Tempest is Ruby! It is recommended to install a Ruby version manager if you have not already done so.

brew install rbenv
OR
brew install rvm

Install the Tempest Gem

The application is hosted on Rubygems, so you can install it with the following command:

gem install tempest_time

Provide Tempest with your Credentials

Run the setup command to get started.

tempest config setup

Keep Tempest Updated

gem update tempest_time

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details