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/
- Host: GitHub
- URL: https://github.com/pry/pry-jist
- Owner: pry
- Created: 2019-03-10T23:50:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-11T23:02:26.000Z (almost 7 years ago)
- Last Synced: 2025-01-18T21:18:00.388Z (12 months ago)
- Language: Ruby
- Homepage:
- Size: 9.77 KB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
Pry Jist
========
[](https://circleci.com/gh/pry/pry-jist)
[](http://badge.fury.io/rb/pry-jist)
[](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
```