You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fx/snap/snapcraft.yaml

26 lines
453 B
YAML

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