Add snapcraft support for building snaps (#53)

* Add support to build snaps

* Update snapcraft.yaml

* Update snapcraft.yaml
js-version
Alan Pope 5 years ago committed by Anton Medvedev
parent 9660cb1932
commit cb5a16a90c

@ -0,0 +1,25 @@
name: fx
base: core18 # the base snap is the execution environment for this snap
version: git
summary: Command-line tool and terminal JSON viewer
description: |
Command-line JSON processing tool
Features
* Formatting and highlighting
* Interactive mode
* Themes support
grade: stable
confinement: strict
parts:
fx:
plugin: nodejs
nodejs-version: "8.14.0"
source: .
apps:
fx:
command: fx
plugs:
- network
Loading…
Cancel
Save