Last active
February 6, 2017 15:10
-
-
Save simos/966e22b78c9e6aa7f9f8c221132af658 to your computer and use it in GitHub Desktop.
how2 snapcraft.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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