Sha256: d677ff545061dcccdcf8ea12bb06273204c792c0a1cc0f3b01908c70eb0c30d7

Contents?: true

Size: 1.45 KB

Versions: 2

Compression:

Stored size: 1.45 KB

Contents

# unipept-cli

[![Gem Version](https://badge.fury.io/rb/unipept.svg)](http://badge.fury.io/rb/unipept)
[![Build Status](https://api.travis-ci.org/unipept/unipept-cli.svg)](https://travis-ci.org/unipept/unipept-cli)
[![Coverage Status](https://coveralls.io/repos/unipept/unipept-cli/badge.svg)](https://coveralls.io/r/unipept/unipept-cli)
[![Code Climate](https://codeclimate.com/github/unipept/unipept-cli/badges/gpa.svg)](https://codeclimate.com/github/unipept/unipept-cli)

Unipept-cli offers a command line interface to the [Unipept](http://unipept.ugent.be) web service.
Documentation about the web service can be found at [http://unipept.ugent.be/apidocs](http://unipept.ugent.be/apidocs).

## Installation

To use the Unipept CLI, Ruby version 1.9.3 or higher needs to be installed. You can check this by running `ruby -v` on the commandline:

```
$ ruby -v
ruby 2.1.6p336 (2015-04-13 revision 50298) [x86_64-darwin14.0]
```

More information on installing Ruby can be found at https://www.ruby-lang.org/en/installation/

The Unipept CLI is available as a *gem*. This means it can easily be installed with the following command:

```bash
$ gem install unipept
Successfully installed unipept-0.10.0
Parsing documentation for unipept-0.10.0
Done installing documentation for unipept after 0 seconds
1 gem installed
```

After successful installation, the unipept command should be available:

```bash
$ unipept -v
0.10.0
```

The help can be accessed by running `unipept -h`.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
unipept-1.0.0 README.md
unipept-0.10.0 README.md