glottis

A CLI for the valyx message passing server.

CI GitHub Release Gem Version

Requirements

  • Ruby >= 3.0.0

Installation

Install the gem by executing:

$ gem install glottis

Or add it to your application's Gemfile:

$ gem 'glottis', '~> 0.4'

Usage

Run the glottis command-line executable:

$ glottis --host localhost --port 8080

For help and available command line flags:

$ glottis --help

Development

To run the test suite and linter:

$ bundle exec rake

To install this gem onto your local machine:

$ bundle exec rake install

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/maxdeliso/glottis.

License

The gem is available as open source under the terms of the MIT License.