Skip to content

Instantly share code, notes, and snippets.

@justincan
Created March 10, 2017 07:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justincan/81ba9d61d37e84033d4e270b4cef5ddd to your computer and use it in GitHub Desktop.
Save justincan/81ba9d61d37e84033d4e270b4cef5ddd to your computer and use it in GitHub Desktop.
Gist (command line tool) snapcraft file.
name: gist
version: '4.5.0'
summary: Command line interface to gist.github.com
description: |
The gist gem provides a `gist` command that you can use from your terminal to
upload content to https://gist.github.com/.
grade: stable
confinement: strict
apps:
gist:
command: gems/bin/gist
parts:
gist:
plugin: ruby
gems: ['ruby']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment