Sha256: 0e47e2da6dbb8a45e05725699f9069780874d1415f03f8ffb25ef2d4448719bc

Contents?: true

Size: 1.68 KB

Versions: 2

Compression:

Stored size: 1.68 KB

Contents

A CLI for [idonethis](https://idonethis.com/).

## Installation

```
$ gem install idonethis-cli
```
## Usage

### Configuration

Set up your token and team (find your token [here](https://idonethis.com/api/token/)):

```
$ idonethis config user.token=7513375f96b158a5c42a1337f1025d4d76d1deb
```

```
$ idonethis config user.team=benbiddington-personal
```

### List dones

```
$ idonethis list today
1    2015-09-21T04:42:21.832 -- Moved settings file into lib
2    2015-09-21T01:22:53.058 -- Some more refactoring
3    2015-09-21T01:13:00.111 -- [idone] Split adapters and use cases
4    2015-09-20T23:29:01.002 -- Some work in change contact (js)
5    2015-09-20T21:47:00.903 -- Do <code>backticks</code> work?
6    2015-09-20T21:46:00.053 -- Seems to work on windows, though we do get that gem warning &lt;Unresolved specs during Gem::Specification.reset&gt;
```

### Add done

```
$ bin/idonethis new -m "Ricky Bizzness"
```


## Development

After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake false` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/idonethis-cli.


## License

The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
idonethis-cli-0.3.0 README.md
idonethis-cli-0.2.2 README.md