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

https://github.com/pry/pry-jist

Upload code, docs, history to https://gist.github.com/
https://github.com/pry/pry-jist

Last synced: 20 days ago
JSON representation

Upload code, docs, history to https://gist.github.com/

Awesome Lists containing this project

README

          

Pry Jist
========

[![Circle Build Status](https://circleci.com/gh/pry/pry-jist.svg?style=shield)](https://circleci.com/gh/pry/pry-jist)
[![Gem Version](https://badge.fury.io/rb/pry-jist.svg)](http://badge.fury.io/rb/pry-jist)
[![Downloads](https://img.shields.io/gem/dt/pry-jist.svg?style=flat)](https://rubygems.org/gems/pry-jist)

The `gist` command enables you to gist code from files and methods to github.

Installation
------------

### Bundler

```
gem 'pry-jist', '~> 1.0'
```

### Manual

```
gem install pry-jist
```