An open API service indexing awesome lists of open source software.

https://github.com/groonga/groonga-command

Ruby library that represents Groonga commands
https://github.com/groonga/groonga-command

Last synced: about 1 year ago
JSON representation

Ruby library that represents Groonga commands

Awesome Lists containing this project

README

          

# README

[![Gem Version](https://badge.fury.io/rb/groonga-command.svg)](http://badge.fury.io/rb/groonga-command)
[![Build Status](https://travis-ci.org/groonga/groonga-command.svg?branch=master)](https://travis-ci.org/groonga/groonga-command)

## Name

groonga-command

## Description

Groonga-command is a library that represents
[Groonga](http://groonga.org/)'s command. You can write a program that
handle Groonga's command by using groonga-command.

## Install

% gem install groonga-command

## Usage

TODO...

## Examples

TODO...

## Dependencies

* Ruby

## Mailing list

* English: [groonga-talk@lists.sourceforge.net](https://lists.sourceforge.net/lists/listinfo/groonga-talk)
* Japanese: [groonga-dev@lists.sourceforge.jp](http://lists.sourceforge.jp/mailman/listinfo/groonga-dev)

## Thanks

* ...

## Authors

* Kouhei Sutou \

## License

LGPLv2.1 or later. See doc/text/lgpl-2.1.txt for details.

(Kouhei Sutou has a right to change the license including contributed
patches.)