Sha256: e2226d7134511f554990f948f847e8dde5ec976201b33469ac7ea8e380aa59ad
Contents?: true
Size: 1.04 KB
Versions: 2
Compression:
Stored size: 1.04 KB
Contents
habitica-cli [![Build Status](https://travis-ci.org/NickTomlin/habitica-cli-ruby.png?branch=master)](https://travis-ci.org/NickTomlin/habitica-cli-ruby) [![Gem Version](https://badge.fury.io/rb/habitica_cli.svg)](https://badge.fury.io/rb/habitica_cli) === A command line interface for habitica ## Installation $ gem install habitica_cli ## Usage The cli needs your habitica user id and api key. You can configure these via the following: - Setting/Exporting `HABIT_USER` and `HABIT_KEY` in your environment - Using the `--habit-user` and `--habit-key` flags e.g. `habitica list --habit-user='user-id' --habit-key='user-api-key'` ```shell habitica <command> <action> ``` ## Contributing ``` bundle # lint and run specs rake # run specs rake spec # lint rake rubocop ``` 1. Fork it ( https://github.com/[my-github-username]/habitica-cli/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
habitica_cli-0.1.1 | README.md |
habitica_cli-0.1.0 | README.md |