Skip to content

Commit

Permalink
Initialized snapcraft package configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
klaudiosinani committed Jan 24, 2019
1 parent ed6a7b9 commit 4d24f1b
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: rels
version: git
summary: Github release analytics for the console
description: |
By utilizing a simple and minimal usage syntax rels enables you to easily view various
analytics and stats regarding the releases of any GitHub repository, displayed in a clean
and concise manner, right from within your terminal.
grade: stable
confinement: strict

architectures:
- amd64
- i386

apps:
rels:
command: rels
plugs:
- home
- network
- network-control

parts:
rels:
plugin: nodejs
node-engine: 10.15.0
node-package-manager: yarn
source: .

0 comments on commit 4d24f1b

Please sign in to comment.