2018-12-14 15:09:08 +00:00
|
|
|
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
|
|
|
|
|
2018-12-14 17:15:01 +00:00
|
|
|
architectures:
|
|
|
|
- build-on: i386
|
|
|
|
- build-on: amd64
|
|
|
|
- build-on: armhf
|
|
|
|
- build-on: arm64
|
|
|
|
|
2018-12-14 15:09:08 +00:00
|
|
|
grade: stable
|
|
|
|
confinement: strict
|
|
|
|
|
|
|
|
parts:
|
|
|
|
fx:
|
|
|
|
plugin: nodejs
|
2018-12-19 16:30:27 +00:00
|
|
|
node-engine: "8.14.1"
|
2018-12-14 15:09:08 +00:00
|
|
|
source: .
|
|
|
|
|
|
|
|
apps:
|
|
|
|
fx:
|
|
|
|
command: fx
|
|
|
|
plugs:
|
|
|
|
- network
|