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}}"
