Project

poke-stick

0.0
No release in over 3 years
Low commit activity in last 3 years
A command-line client for the Poke message transport server.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

>= 0
~> 1.7
~> 0.10.1
~> 10.0
>= 0
~> 2.99

Runtime

~> 1.8.0
~> 1.6.0
 Project Readme

Poke::Stick

A command-line client for the Poke message transport server.

Installation

Add this line to your application's Gemfile:

gem 'poke-stick'

And then execute:

$ bundle

Or install it yourself as:

$ gem install poke-stick

Usage

A command-line client for the Poke message transport server. Performs a GET request using the target URI, unless a --file is supplied, in which case a POST request is made using the contents of the supplied file. The mimetype is determined from the file's extension, but this can be overridden (see options below).

$ stick localhost:9995/foo

$ stick localhost:9995/foo foo.xml

Contributing

  1. Fork it ( https://github.com/joelhelbling/poke-stick/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