purr

Version, currently master branch1 version
  • master branchlatestDec 25, 2017

github.com/maxpowa/purr

pomf-standard API to Imgur Gateway

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  purr:
    github: maxpowa/purr
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
0.23.1
License
MIT
Author
Max Gurela
Target
  • purr from src/cli.cr

Dependencies

Runtime Dependencies

README

purr

In case you like the pomf-standard api enough to require its existence.

Installation

~/.bin/ should be replaced with an appropriate directory on your path.

$ crystal build src/cli.cr -o purr
$ mv purr ~/.bin/

Usage

Usage: purr [arguments]
    -p, --port=PORT                  Specifies port to run server on
    -i, --client-id=ID               Specifies client id to use with Imgur
    -h, --help                       Show this help

Contributing

  1. Fork it ( https://github.com/maxpowa/purr/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

Contributors

  • maxpowa Max Gurela - creator, maintainer