generator-snapcraft
Version:
Yoman generator for snapcraft node
23 lines (19 loc) • 385 B
YAML
name: "{{name}}"
version: git
summary: Command line weather tool.
description: |
Get current weather:-
$ "{{name}}"
Get current weather in metric units
$ "{{name}}" --metric
Get current weather in imperial units
$ "{{name}}" --imperial
confinement: devmode
base: core18
parts:
{{name}}:
plugin: nodejs
source: .
apps:
{{name}}:
command: "{{name}}"