Skip to content

Instantly share code, notes, and snippets.

@simos
Last active February 6, 2017 15:10
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 simos/966e22b78c9e6aa7f9f8c221132af658 to your computer and use it in GitHub Desktop.
Save simos/966e22b78c9e6aa7f9f8c221132af658 to your computer and use it in GitHub Desktop.
how2 snapcraft.yaml
name: how2 # you probably want to 'snapcraft register <name>'
version: '20170206' # just for humans, typically '1.2+git' or '1.3.2'
summary: how2, stackoverflow from the terminal
description: |
how2 finds the simplest way to do something in a unix shell.
It is like the man command, but you can query it in natural language.
grade: stable # must be 'stable' to release into candidate/stable channels
confinement: strict # use 'strict' once you have the right plugs and slots
apps:
how2:
command: how2
plugs:
- network
parts:
how2:
plugin: nodejs
source: https://github.com/santinic/how2.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment